Html Css Color HEX #AAA95B Olive Green

📋 copy color: '#AAA95B'

red 170 ◦ green 169 ◦ blue 91

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

Shades of Olive Green #AAA95B

Tints of Olive Green #AAA95B

RGB

 RED value IS 170 (66.8% from 255) = 39.53%

 GREEN value IS 169 (66.41% from 255) = 39.3%

 BLUE value IS 91 (35.94% from 255) = 21.16%

R = 39.53%
G = 39.3%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AAA95B (or 0xAAA95B) is known color: Olive Green. HEX triplet: AA, A9 and 5B. RGB value is (170,169,91). Sum of RGB (Red+Green+Blue) = 170+169+91=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA95B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA95B is #5556A4. Grayscale: #A0A0A0. Windows color (decimal): -5592741 or 6007210. OLE color: 6007210.

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

Color convert

RGB 170 169 91 -
CMYK 0 0.01 0.46 0.33
HSL 59.24º 0.32% 0.51% -
HSV(B) 59.24º 0.46% 0.67% -
XYZ 32.65 37.68 15.45 -
YUV 160.41 88.83 134.84 -
System Red Green Blue C M Y K H S L
Decimal 170 169 91 0 0.01 0.46 0.33 59.24 0.32 0.51
Hex AA A9 5B 0 1 2E 21 3B 20 33
Octal 252 251 133 0 1 56 41 73 40 63
Binary 10101010 10101001 1011011 0 1 101110 100001 111011 100000 110011

Color Harmonies of #AAA95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA95B

Black with #AAA95B

Text Example


Text Example

White with #AAA95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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