#AAA859

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

Shades of Olive Green #AAA859

Tints of Olive Green #AAA859

Color information

#AAA859 (or 0xAAA859) is unknown color: approx Olive Green. HEX triplet: AA, A8 and 59. RGB value is (170,168,89). Sum of RGB (Red+Green+Blue) = 170+168+89=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA859 is #5557A6. Grayscale: #9F9F9F. Windows color (decimal): -5592999 or 5875882. OLE color: 5875882.

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

Color convert

RGB17016889-
CMYK00.010.480.33
HSL58.52º32.27%50.78%-
HSV(B)58.52º47.65%66.67%-
XYZ32.3837.2714.94-
YUV159.5988.16135.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 168 (66.02% from 255) = 39.34%
BLUE value IS 89 (35.16% from 255) = 20.84%
R=39.81%
G=39.34%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701688900.010.480.3358.5232.2750.78
HexAAA8590130213b2033
Octal252250131016041734063
Binary1010101010101000101100101110000100001111011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA859; }

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

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

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

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

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

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

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

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