#A9AB72

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

Shades of Locust #A9AB72

Tints of Locust #A9AB72

Color information

#A9AB72 (or 0xA9AB72) is unknown color: approx Locust. HEX triplet: A9, AB and 72. RGB value is (169,171,114). Sum of RGB (Red+Green+Blue) = 169+171+114=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AB72 is #56548D. Grayscale: #A4A4A4. Windows color (decimal): -5657742 or 7515049. OLE color: 7515049.

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

Color convert

RGB169171114-
CMYK0.0100.330.33
HSL62.11º25.33%55.88%-
HSV(B)62.11º33.33%67.06%-
XYZ33.9638.7821.61-
YUV163.999.84131.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 114 (44.92% from 255) = 25.11%
R=37.22%
G=37.67%
B=25.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691711140.0100.330.3362.1125.3355.88
HexA9AB721021213e1938
Octal251253162104141763170
Binary101010011010101111100101010000110000111111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AB72; }

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

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

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

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

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

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

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

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