#ABA96C

Color #ABA96C Gimblet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gimblet #ABA96C

Tints of Gimblet #ABA96C

Color information

#ABA96C (or 0xABA96C) is unknown color: approx Gimblet. HEX triplet: AB, A9 and 6C. RGB value is (171,169,108). Sum of RGB (Red+Green+Blue) = 171+169+108=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA96C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA96C is #545693. Grayscale: #A2A2A2. Windows color (decimal): -5527188 or 7121323. OLE color: 7121323.

HSL color Cylindrical-coordinate representation of color #ABA96C: hue angle of 58.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABA96C is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB171169108-
CMYK00.010.370.33
HSL58.1º27.27%54.71%-
HSV(B)58.1º36.84%67.06%-
XYZ33.6938.1219.77-
YUV162.6497.16133.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 169 (66.41% from 255) = 37.72%
BLUE value IS 108 (42.58% from 255) = 24.11%
R=38.17%
G=37.72%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116910800.010.370.3358.127.2754.71
HexABA96C0125213a1b37
Octal253251154014541723367
Binary101010111010100111011000110010110000111101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA96C; }

 p { color: rgb(171,169,108); }

 H1.HeaderClassName
 {
   color: #ABA96C;
 }
 .AnyTagClassName
 {
   color: #ABA96C;
 }
</style>
background-color css

<style>
 a { background-color: #ABA96C; }

 a { background-color: rgb(171,169,108); }

 div.DivClassName
 {
   background-color: #ABA96C;
 }
 .BgClassName
 {
   background-color: #ABA96C;
 }
</style>
border-color css

<style>
 span { border-color: #ABA96C; }

 span { border-color: rgb(171,169,108); }

 td.TdClassName
 {
   border-color: #ABA96C;
 }
 .TagClassName
 {
   border-color: #ABA96C;
 }
</style>