#A9AA76

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

Shades of Locust #A9AA76

Tints of Locust #A9AA76

Color information

#A9AA76 (or 0xA9AA76) is unknown color: approx Locust. HEX triplet: A9, AA and 76. RGB value is (169,170,118). Sum of RGB (Red+Green+Blue) = 169+170+118=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA76 is #565589. Grayscale: #A3A3A3. Windows color (decimal): -5657994 or 7776937. OLE color: 7776937.

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

Color convert

RGB169170118-
CMYK0.0100.310.33
HSL61.15º23.42%56.47%-
HSV(B)61.15º30.59%66.67%-
XYZ34.0138.4922.78-
YUV163.77102.17131.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.98%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 118 (46.48% from 255) = 25.82%
R=36.98%
G=37.20%
B=25.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691701180.0100.310.3361.1523.4256.47
HexA9AA76101F213d1738
Octal251252166103741752770
Binary10101001101010101110110101111110000111110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AA76; }

 p { color: rgb(169,170,118); }

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

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

 a { background-color: rgb(169,170,118); }

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

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

 span { border-color: rgb(169,170,118); }

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