#A9AA5A

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

Shades of Olive Green #A9AA5A

Tints of Olive Green #A9AA5A

Color information

#A9AA5A (or 0xA9AA5A) is unknown color: approx Olive Green. HEX triplet: A9, AA and 5A. RGB value is (169,170,90). Sum of RGB (Red+Green+Blue) = 169+170+90=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA5A is #5655A5. Grayscale: #A0A0A0. Windows color (decimal): -5658022 or 5941929. OLE color: 5941929.

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

Color convert

RGB16917090-
CMYK0.0100.470.33
HSL60.75º32%50.98%-
HSV(B)60.75º47.06%66.67%-
XYZ32.5837.9215.28-
YUV160.5888.17134-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 90 (35.55% from 255) = 20.98%
R=39.39%
G=39.63%
B=20.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169170900.0100.470.3360.753250.98
HexA9AA5A102F213d2033
Octal251252132105741754063
Binary1010100110101010101101010101111100001111101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AA5A; }

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

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

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

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

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

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

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

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