Html Css Color HEX #A9AA5F Olive Green

📋 copy color: '#A9AA5F'

red 169 ◦ green 170 ◦ blue 95

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

Shades of Olive Green #A9AA5F

Tints of Olive Green #A9AA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.89%

R = 38.94%
G = 39.17%
B = 21.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#A9AA5F (or 0xA9AA5F) is known color: Olive Green. HEX triplet: A9, AA and 5F. RGB value is (169,170,95). Sum of RGB (Red+Green+Blue) = 169+170+95=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA5F is #5655A0. Grayscale: #A1A1A1. Windows color (decimal): -5658017 or 6269609. OLE color: 6269609.

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

Color convert

RGB 169 170 95 -
CMYK 0.01 0 0.44 0.33
HSL 60.8º 0.31% 0.52% -
HSV(B) 60.8º 0.44% 0.67% -
XYZ 32.8 38.01 16.43 -
YUV 161.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 169 170 95 0.01 0 0.44 0.33 60.8 0.31 0.52
Hex A9 AA 5F 1 0 2C 21 3D 1F 34
Octal 251 252 137 1 0 54 41 75 37 64
Binary 10101001 10101010 1011111 1 0 101100 100001 111101 11111 110100

Color Harmonies of #A9AA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AA5F

Black with #A9AA5F

Text Example


Text Example

White with #A9AA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AA5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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