Html Css Color HEX #AAAA5B Olive Green

📋 copy color: '#AAAA5B'

red 170 ◦ green 170 ◦ blue 91

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

Shades of Olive Green #AAAA5B

Tints of Olive Green #AAAA5B

RGB

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

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

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

R = 39.44%
G = 39.44%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AAAA5B (or 0xAAAA5B) is known color: Olive Green. HEX triplet: AA, AA and 5B. RGB value is (170,170,91). Sum of RGB (Red+Green+Blue) = 170+170+91=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA5B is #5555A4. Grayscale: #A1A1A1. Windows color (decimal): -5592485 or 6007466. OLE color: 6007466.

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

Color convert

RGB 170 170 91 -
CMYK 0 0 0.46 0.33
HSL 60º 0.32% 0.51% -
HSV(B) 60º 0.46% 0.67% -
XYZ 32.84 38.05 15.51 -
YUV 160.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 170 170 91 0 0 0.46 0.33 60 0.32 0.51
Hex AA AA 5B 0 0 2E 21 3C 20 33
Octal 252 252 133 0 0 56 41 74 40 63
Binary 10101010 10101010 1011011 0 0 101110 100001 111100 100000 110011

Color Harmonies of #AAAA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA5B

Black with #AAAA5B

Text Example


Text Example

White with #AAAA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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