Html Css Color HEX #AAAA51 Olive Green

📋 copy color: '#AAAA51'

red 170 ◦ green 170 ◦ blue 81

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

Shades of Olive Green #AAAA51

Tints of Olive Green #AAAA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.24%

R = 40.38%
G = 40.38%
B = 19.24%

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

#AAAA51 (or 0xAAAA51) is known color: Olive Green. HEX triplet: AA, AA and 51. RGB value is (170,170,81). Sum of RGB (Red+Green+Blue) = 170+170+81=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA51 is #5555AE. Grayscale: #A0A0A0. Windows color (decimal): -5592495 or 5352106. OLE color: 5352106.

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

Color convert

RGB 170 170 81 -
CMYK 0 0 0.52 0.33
HSL 60º 0.35% 0.49% -
HSV(B) 60º 0.52% 0.67% -
XYZ 32.44 37.89 13.39 -
YUV 159.85 83.5 135.24 -
System Red Green Blue C M Y K H S L
Decimal 170 170 81 0 0 0.52 0.33 60 0.35 0.49
Hex AA AA 51 0 0 34 21 3C 23 31
Octal 252 252 121 0 0 64 41 74 43 61
Binary 10101010 10101010 1010001 0 0 110100 100001 111100 100011 110001

Color Harmonies of #AAAA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA51

Black with #AAAA51

Text Example


Text Example

White with #AAAA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA51; }

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

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

background-color css

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

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

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

border-color css

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

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

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