#aaa951

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

Shades of Olive Green #AAA951

Tints of Olive Green #AAA951

Color information

#AAA951 (or 0xAAA951) is unknown color: approx Olive Green. HEX triplet: AA, A9 and 51. RGB value is (170,169,81). Sum of RGB (Red+Green+Blue) = 170+169+81=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA951 is #5556AE. Grayscale: #9F9F9F. Windows color (decimal): -5592751 or 5351850. OLE color: 5351850.

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

Color convert

RGB17016981-
CMYK00.010.520.33
HSL59.33º35.46%49.22%-
HSV(B)59.33º52.35%66.67%-
XYZ32.2537.5213.33-
YUV159.2783.83135.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 169 (66.41% from 255) = 40.24%
BLUE value IS 81 (32.03% from 255) = 19.29%
R=40.48%
G=40.24%
B=19.29%

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
Decimal1701698100.010.520.3359.3335.4649.22
HexAAA9510134213b2331
Octal252251121016441734361
Binary1010101010101001101000101110100100001111011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaa951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaa951; }

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

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

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

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

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

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

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

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