#AAA459

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

Shades of Olive Green #AAA459

Tints of Olive Green #AAA459

Color information

#AAA459 (or 0xAAA459) is unknown color: approx Olive Green. HEX triplet: AA, A4 and 59. RGB value is (170,164,89). Sum of RGB (Red+Green+Blue) = 170+164+89=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA459 is #555BA6. Grayscale: #9D9D9D. Windows color (decimal): -5594023 or 5874858. OLE color: 5874858.

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

Color convert

RGB17016489-
CMYK00.040.480.33
HSL55.56º32.27%50.78%-
HSV(B)55.56º47.65%66.67%-
XYZ31.6635.8214.7-
YUV157.2489.49137.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 89 (35.16% from 255) = 21.04%
R=40.19%
G=38.77%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701648900.040.480.3355.5632.2750.78
HexAAA459043021382033
Octal252244131046041704063
Binary101010101010010010110010100110000100001111000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA459; }

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

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

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

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

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

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

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

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