#ABA66A

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

Shades of Gimblet #ABA66A

Tints of Gimblet #ABA66A

Color information

#ABA66A (or 0xABA66A) is unknown color: approx Gimblet. HEX triplet: AB, A6 and 6A. RGB value is (171,166,106). Sum of RGB (Red+Green+Blue) = 171+166+106=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA66A is #545995. Grayscale: #A0A0A0. Windows color (decimal): -5527958 or 6989483. OLE color: 6989483.

HSL color Cylindrical-coordinate representation of color #ABA66A: hue angle of 55.38º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABA66A is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB171166106-
CMYK00.030.380.33
HSL55.38º27.9%54.31%-
HSV(B)55.38º38.01%67.06%-
XYZ33.0336.9719.03-
YUV160.6697.16135.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 166 (65.23% from 255) = 37.47%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=38.60%
G=37.47%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116610600.030.380.3355.3827.954.31
HexABA66A032621371c36
Octal253246152034641673466
Binary1010101110100110110101001110011010000111011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA66A; }

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

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

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

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

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

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

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

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