#A9AC78

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

Shades of Locust #A9AC78

Tints of Locust #A9AC78

Color information

#A9AC78 (or 0xA9AC78) is unknown color: approx Locust. HEX triplet: A9, AC and 78. RGB value is (169,172,120). Sum of RGB (Red+Green+Blue) = 169+172+120=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AC78 is #565387. Grayscale: #A5A5A5. Windows color (decimal): -5657480 or 7908521. OLE color: 7908521.

HSL color Cylindrical-coordinate representation of color #A9AC78: hue angle of 63.46º degrees, saturation: 0.24, 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 #A9AC78 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB169172120-
CMYK0.0200.300.33
HSL63.46º23.85%57.25%-
HSV(B)63.46º30.23%67.45%-
XYZ34.539.323.54-
YUV165.18102.51130.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.66%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 120 (47.27% from 255) = 26.03%
R=36.66%
G=37.31%
B=26.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691721200.0200.300.3363.4623.8557.25
HexA9AC78201E213f1839
Octal251254170203641773071
Binary101010011010110011110001001111010000111111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AC78; }

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

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

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

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

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

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

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

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