#AAA860

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

Shades of Olive Green #AAA860

Tints of Olive Green #AAA860

Color information

#AAA860 (or 0xAAA860) is unknown color: approx Olive Green. HEX triplet: AA, A8 and 60. RGB value is (170,168,96). Sum of RGB (Red+Green+Blue) = 170+168+96=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA860 is #55579F. Grayscale: #A0A0A0. Windows color (decimal): -5592992 or 6334634. OLE color: 6334634.

HSL color Cylindrical-coordinate representation of color #AAA860: hue angle of 58.38º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAA860 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17016896-
CMYK00.010.440.33
HSL58.38º30.33%52.16%-
HSV(B)58.38º43.53%66.67%-
XYZ32.6937.416.56-
YUV160.3991.66134.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 168 (66.02% from 255) = 38.71%
BLUE value IS 96 (37.89% from 255) = 22.12%
R=39.17%
G=38.71%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701689600.010.440.3358.3830.3352.16
HexAAA860012C213a1e34
Octal252250140015441723664
Binary101010101010100011000000110110010000111101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA860; }

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

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

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

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

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

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

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

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