#AAA858

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

Shades of Olive Green #AAA858

Tints of Olive Green #AAA858

Color information

#AAA858 (or 0xAAA858) is unknown color: approx Olive Green. HEX triplet: AA, A8 and 58. RGB value is (170,168,88). Sum of RGB (Red+Green+Blue) = 170+168+88=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA858 is #5557A7. Grayscale: #9F9F9F. Windows color (decimal): -5593000 or 5810346. OLE color: 5810346.

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

Color convert

RGB17016888-
CMYK00.010.480.33
HSL58.54º32.54%50.59%-
HSV(B)58.54º48.24%66.67%-
XYZ32.3437.2614.72-
YUV159.4887.66135.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 168 (66.02% from 255) = 39.44%
BLUE value IS 88 (34.77% from 255) = 20.66%
R=39.91%
G=39.44%
B=20.66%

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
Decimal1701688800.010.480.3358.5432.5450.59
HexAAA8580130213b2133
Octal252250130016041734163
Binary1010101010101000101100001110000100001111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA858; }

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

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

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

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

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

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

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

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