#ABA666

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

Shades of Gimblet #ABA666

Tints of Gimblet #ABA666

Color information

#ABA666 (or 0xABA666) is unknown color: approx Gimblet. HEX triplet: AB, A6 and 66. RGB value is (171,166,102). Sum of RGB (Red+Green+Blue) = 171+166+102=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA666 is #545999. Grayscale: #A0A0A0. Windows color (decimal): -5527962 or 6727339. OLE color: 6727339.

HSL color Cylindrical-coordinate representation of color #ABA666: hue angle of 55.65º 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 #ABA666 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB171166102-
CMYK00.030.400.33
HSL55.65º29.11%53.53%-
HSV(B)55.65º40.35%67.06%-
XYZ32.8336.8917.96-
YUV160.295.16135.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 166 (65.23% from 255) = 37.81%
BLUE value IS 102 (40.23% from 255) = 23.23%
R=38.95%
G=37.81%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116610200.030.400.3355.6529.1153.53
HexABA666032821381d36
Octal253246146035041703566
Binary1010101110100110110011001110100010000111100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA666; }

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

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

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

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

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

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

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

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