Html Css Color HEX #AAAA52 Olive Green

📋 copy color: '#AAAA52'

red 170 ◦ green 170 ◦ blue 82

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

Shades of Olive Green #AAAA52

Tints of Olive Green #AAAA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.43%

R = 40.28%
G = 40.28%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AAAA52 (or 0xAAAA52) is known color: Olive Green. HEX triplet: AA, AA and 52. RGB value is (170,170,82). Sum of RGB (Red+Green+Blue) = 170+170+82=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA52 is #5555AD. Grayscale: #A0A0A0. Windows color (decimal): -5592494 or 5417642. OLE color: 5417642.

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

Color convert

RGB 170 170 82 -
CMYK 0 0 0.52 0.33
HSL 60º 0.35% 0.49% -
HSV(B) 60º 0.52% 0.67% -
XYZ 32.48 37.9 13.59 -
YUV 159.97 84 135.16 -
System Red Green Blue C M Y K H S L
Decimal 170 170 82 0 0 0.52 0.33 60 0.35 0.49
Hex AA AA 52 0 0 34 21 3C 23 31
Octal 252 252 122 0 0 64 41 74 43 61
Binary 10101010 10101010 1010010 0 0 110100 100001 111100 100011 110001

Color Harmonies of #AAAA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA52

Black with #AAAA52

Text Example


Text Example

White with #AAAA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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