#aaa853

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

Shades of Olive Green #AAA853

Tints of Olive Green #AAA853

Color information

#AAA853 (or 0xAAA853) is unknown color: approx Olive Green. HEX triplet: AA, A8 and 53. RGB value is (170,168,83). Sum of RGB (Red+Green+Blue) = 170+168+83=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA853 is #5557AC. Grayscale: #9F9F9F. Windows color (decimal): -5593005 or 5482666. OLE color: 5482666.

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

Color convert

RGB17016883-
CMYK00.010.510.33
HSL58.62º34.39%49.61%-
HSV(B)58.62º51.18%66.67%-
XYZ32.1437.1813.67-
YUV158.9185.16135.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 168 (66.02% from 255) = 39.90%
BLUE value IS 83 (32.81% from 255) = 19.71%
R=40.38%
G=39.90%
B=19.71%

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
Decimal1701688300.010.510.3358.6234.3949.61
HexAAA8530133213b2232
Octal252250123016341734262
Binary1010101010101000101001101110011100001111011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaa853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaa853; }

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

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

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

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

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

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

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

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