#A9AA72

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

Shades of Locust #A9AA72

Tints of Locust #A9AA72

Color information

#A9AA72 (or 0xA9AA72) is unknown color: approx Locust. HEX triplet: A9, AA and 72. RGB value is (169,170,114). Sum of RGB (Red+Green+Blue) = 169+170+114=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA72 is #56558D. Grayscale: #A3A3A3. Windows color (decimal): -5657998 or 7514793. OLE color: 7514793.

HSL color Cylindrical-coordinate representation of color #A9AA72: hue angle of 61.07º 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 #A9AA72 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB169170114-
CMYK0.0100.330.33
HSL61.07º24.78%55.69%-
HSV(B)61.07º32.94%66.67%-
XYZ33.7738.421.55-
YUV163.32100.17132.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 170 (66.80% from 255) = 37.53%
BLUE value IS 114 (44.92% from 255) = 25.17%
R=37.31%
G=37.53%
B=25.17%

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
Decimal1691701140.0100.330.3361.0724.7855.69
HexA9AA721021213d1938
Octal251252162104141753170
Binary101010011010101011100101010000110000111110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AA72; }

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

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

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

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

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

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

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

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