#AAAC59

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

Shades of Olive Green #AAAC59

Tints of Olive Green #AAAC59

Color information

#AAAC59 (or 0xAAAC59) is unknown color: approx Olive Green. HEX triplet: AA, AC and 59. RGB value is (170,172,89). Sum of RGB (Red+Green+Blue) = 170+172+89=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC59 is #5553A6. Grayscale: #A2A2A2. Windows color (decimal): -5591975 or 5876906. OLE color: 5876906.

HSL color Cylindrical-coordinate representation of color #AAAC59: hue angle of 61.45º degrees, saturation: 0.33, 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 #AAAC59 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17017289-
CMYK0.0100.480.33
HSL61.45º33.33%51.18%-
HSV(B)61.45º48.26%67.45%-
XYZ33.1338.7715.19-
YUV161.9486.84133.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 172 (67.58% from 255) = 39.91%
BLUE value IS 89 (35.16% from 255) = 20.65%
R=39.44%
G=39.91%
B=20.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170172890.0100.480.3361.4533.3351.18
HexAAAC591030213d2133
Octal252254131106041754163
Binary1010101010101100101100110110000100001111101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC59; }

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

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

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

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

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

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

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

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