#ABA866

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

Shades of Gimblet #ABA866

Tints of Gimblet #ABA866

Color information

#ABA866 (or 0xABA866) is unknown color: approx Gimblet. HEX triplet: AB, A8 and 66. RGB value is (171,168,102). Sum of RGB (Red+Green+Blue) = 171+168+102=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA866 is #545799. Grayscale: #A1A1A1. Windows color (decimal): -5527450 or 6727851. OLE color: 6727851.

HSL color Cylindrical-coordinate representation of color #ABA866: hue angle of 57.39º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABA866 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB171168102-
CMYK00.020.400.33
HSL57.39º29.11%53.53%-
HSV(B)57.39º40.35%67.06%-
XYZ33.237.6218.08-
YUV161.3794.49134.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 168 (66.02% from 255) = 38.10%
BLUE value IS 102 (40.23% from 255) = 23.13%
R=38.78%
G=38.10%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116810200.020.400.3357.3929.1153.53
HexABA866022821391d36
Octal253250146025041713566
Binary1010101110101000110011001010100010000111100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA866; }

 p { color: rgb(171,168,102); }

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

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

 a { background-color: rgb(171,168,102); }

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

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

 span { border-color: rgb(171,168,102); }

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