#AAAA5A

Color #AAAA5A Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #AAAA5A

Tints of Olive Green #AAAA5A

Color information

#AAAA5A (or 0xAAAA5A) is unknown color: approx Olive Green. HEX triplet: AA, AA and 5A. RGB value is (170,170,90). Sum of RGB (Red+Green+Blue) = 170+170+90=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA5A is #5555A5. Grayscale: #A1A1A1. Windows color (decimal): -5592486 or 5941930. OLE color: 5941930.

HSL color Cylindrical-coordinate representation of color #AAAA5A: 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.47%. Process color model (Four color, CMYK) of #AAAA5A is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17017090-
CMYK000.470.33
HSL60º32%50.98%-
HSV(B)60º47.06%66.67%-
XYZ32.838.0315.29-
YUV160.8888134.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 90 (35.55% from 255) = 20.93%
R=39.53%
G=39.53%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17017090000.470.33603250.98
HexAAAA5A002F213c2033
Octal252252132005741744063
Binary1010101010101010101101000101111100001111100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA5A; }

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

 H1.HeaderClassName
 {
   color: #AAAA5A;
 }
 .AnyTagClassName
 {
   color: #AAAA5A;
 }
</style>
background-color css

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

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

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

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

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

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