Html Css Color HEX #A9AA59 Olive Green

📋 copy color: '#A9AA59'

red 169 ◦ green 170 ◦ blue 89

#A9AA59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #A9AA59

Tints of Olive Green #A9AA59

RGB

 RED value IS 169 (66.41% from 255) = 39.49%

 GREEN value IS 170 (66.8% from 255) = 39.72%

 BLUE value IS 89 (35.16% from 255) = 20.79%

R = 39.49%
G = 39.72%
B = 20.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#A9AA59 (or 0xA9AA59) is known color: Olive Green. HEX triplet: A9, AA and 59. RGB value is (169,170,89). Sum of RGB (Red+Green+Blue) = 169+170+89=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA59 is #5655A6. Grayscale: #A0A0A0. Windows color (decimal): -5658023 or 5876393. OLE color: 5876393.

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

Color convert

RGB 169 170 89 -
CMYK 0.01 0 0.48 0.33
HSL 60.74º 0.32% 0.51% -
HSV(B) 60.74º 0.48% 0.67% -
XYZ 32.54 37.91 15.05 -
YUV 160.47 87.67 134.09 -
System Red Green Blue C M Y K H S L
Decimal 169 170 89 0.01 0 0.48 0.33 60.74 0.32 0.51
Hex A9 AA 59 1 0 30 21 3D 20 33
Octal 251 252 131 1 0 60 41 75 40 63
Binary 10101001 10101010 1011001 1 0 110000 100001 111101 100000 110011

Color Harmonies of #A9AA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AA59

Black with #A9AA59

Text Example


Text Example

White with #A9AA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AA59; }

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

 H1.HeaderClassName
 {
   color: #A9AA59;
 }
 .AnyTagClassName
 {
   color: #A9AA59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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