#A9AB78

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

Shades of Locust #A9AB78

Tints of Locust #A9AB78

Color information

#A9AB78 (or 0xA9AB78) is unknown color: approx Locust. HEX triplet: A9, AB and 78. RGB value is (169,171,120). Sum of RGB (Red+Green+Blue) = 169+171+120=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AB78 is #565487. Grayscale: #A4A4A4. Windows color (decimal): -5657736 or 7908265. OLE color: 7908265.

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

Color convert

RGB169171120-
CMYK0.0100.300.33
HSL62.35º23.29%57.06%-
HSV(B)62.35º29.82%67.06%-
XYZ34.3238.9223.47-
YUV164.59102.84131.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 171 (67.19% from 255) = 37.17%
BLUE value IS 120 (47.27% from 255) = 26.09%
R=36.74%
G=37.17%
B=26.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691711200.0100.300.3362.3523.2957.06
HexA9AB78101E213e1739
Octal251253170103641762771
Binary10101001101010111111000101111010000111111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AB78; }

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

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

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

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

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

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

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

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