#AAA854

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

Shades of Olive Green #AAA854

Tints of Olive Green #AAA854

Color information

#AAA854 (or 0xAAA854) is unknown color: approx Olive Green. HEX triplet: AA, A8 and 54. RGB value is (170,168,84). Sum of RGB (Red+Green+Blue) = 170+168+84=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA854 is #5557AB. Grayscale: #9F9F9F. Windows color (decimal): -5593004 or 5548202. OLE color: 5548202.

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

Color convert

RGB17016884-
CMYK00.010.510.33
HSL58.6º33.86%49.8%-
HSV(B)58.6º50.59%66.67%-
XYZ32.1837.1913.87-
YUV159.0285.66135.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 168 (66.02% from 255) = 39.81%
BLUE value IS 84 (33.20% from 255) = 19.91%
R=40.28%
G=39.81%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701688400.010.510.3358.633.8649.8
HexAAA8540133213b2232
Octal252250124016341734262
Binary1010101010101000101010001110011100001111011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA854; }

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

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

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

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

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

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

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

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