#A9AA74

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

Shades of Locust #A9AA74

Tints of Locust #A9AA74

Color information

#A9AA74 (or 0xA9AA74) is unknown color: approx Locust. HEX triplet: A9, AA and 74. RGB value is (169,170,116). Sum of RGB (Red+Green+Blue) = 169+170+116=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA74 is #56558B. Grayscale: #A3A3A3. Windows color (decimal): -5657996 or 7645865. OLE color: 7645865.

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

Color convert

RGB169170116-
CMYK0.0100.320.33
HSL61.11º24.11%56.08%-
HSV(B)61.11º31.76%66.67%-
XYZ33.8938.4522.16-
YUV163.54101.17131.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.14%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=37.14%
G=37.36%
B=25.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691701160.0100.320.3361.1124.1156.08
HexA9AA741020213d1838
Octal251252164104041753070
Binary101010011010101011101001010000010000111110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AA74; }

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

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

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

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

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

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

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

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