#AAA851

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

Shades of Olive Green #AAA851

Tints of Olive Green #AAA851

Color information

#AAA851 (or 0xAAA851) is unknown color: approx Olive Green. HEX triplet: AA, A8 and 51. RGB value is (170,168,81). Sum of RGB (Red+Green+Blue) = 170+168+81=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA851 is #5557AE. Grayscale: #9F9F9F. Windows color (decimal): -5593007 or 5351594. OLE color: 5351594.

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

Color convert

RGB17016881-
CMYK00.010.520.33
HSL58.65º35.46%49.22%-
HSV(B)58.65º52.35%66.67%-
XYZ32.0737.1513.26-
YUV158.6884.16136.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 168 (66.02% from 255) = 40.10%
BLUE value IS 81 (32.03% from 255) = 19.33%
R=40.57%
G=40.10%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701688100.010.520.3358.6535.4649.22
HexAAA8510134213b2331
Octal252250121016441734361
Binary1010101010101000101000101110100100001111011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA851; }

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

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

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

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

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

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

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

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