#AAAA59

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

Shades of Olive Green #AAAA59

Tints of Olive Green #AAAA59

Color information

#AAAA59 (or 0xAAAA59) is unknown color: approx Olive Green. HEX triplet: AA, AA and 59. RGB value is (170,170,89). Sum of RGB (Red+Green+Blue) = 170+170+89=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA59 is #5555A6. Grayscale: #A1A1A1. Windows color (decimal): -5592487 or 5876394. OLE color: 5876394.

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

Color convert

RGB17017089-
CMYK000.480.33
HSL60º32.27%50.78%-
HSV(B)60º47.65%66.67%-
XYZ32.7638.0215.06-
YUV160.7787.5134.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 89 (35.16% from 255) = 20.75%
R=39.63%
G=39.63%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17017089000.480.336032.2750.78
HexAAAA590030213c2033
Octal252252131006041744063
Binary1010101010101010101100100110000100001111100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA59; }

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

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

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

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

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

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

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

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