#AAA882

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

Shades of Neutral Green #AAA882

Tints of Neutral Green #AAA882

Color information

#AAA882 (or 0xAAA882) is unknown color: approx Neutral Green. HEX triplet: AA, A8 and 82. RGB value is (170,168,130). Sum of RGB (Red+Green+Blue) = 170+168+130=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA882 is #55577D. Grayscale: #A4A4A4. Windows color (decimal): -5592958 or 8562858. OLE color: 8562858.

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

Color convert

RGB170168130-
CMYK00.010.240.33
HSL57º19.05%58.82%-
HSV(B)57º23.53%66.67%-
XYZ34.6138.1626.66-
YUV164.27108.66132.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 168 (66.02% from 255) = 35.90%
BLUE value IS 130 (51.17% from 255) = 27.78%
R=36.32%
G=35.90%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016813000.010.240.335719.0558.82
HexAAA88201182139133b
Octal252250202013041712373
Binary101010101010100010000010011100010000111100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA882; }

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

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

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

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

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

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

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

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