#AAA852

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

Shades of Olive Green #AAA852

Tints of Olive Green #AAA852

Color information

#AAA852 (or 0xAAA852) is unknown color: approx Olive Green. HEX triplet: AA, A8 and 52. RGB value is (170,168,82). Sum of RGB (Red+Green+Blue) = 170+168+82=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA852 is #5557AD. Grayscale: #9F9F9F. Windows color (decimal): -5593006 or 5417130. OLE color: 5417130.

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

Color convert

RGB17016882-
CMYK00.010.520.33
HSL58.64º34.92%49.41%-
HSV(B)58.64º51.76%66.67%-
XYZ32.137.1613.46-
YUV158.7984.66135.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 168 (66.02% from 255) = 40%
BLUE value IS 82 (32.42% from 255) = 19.52%
R=40.48%
G=40%
B=19.52%

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
Decimal1701688200.010.520.3358.6434.9249.41
HexAAA8520134213b2331
Octal252250122016441734361
Binary1010101010101000101001001110100100001111011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA852; }

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

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

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

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

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

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

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

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