#AAA382

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

Shades of Neutral Green #AAA382

Tints of Neutral Green #AAA382

Color information

#AAA382 (or 0xAAA382) is unknown color: approx Neutral Green. HEX triplet: AA, A3 and 82. RGB value is (170,163,130). Sum of RGB (Red+Green+Blue) = 170+163+130=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA382 is #555C7D. Grayscale: #A1A1A1. Windows color (decimal): -5594238 or 8561578. OLE color: 8561578.

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

Color convert

RGB170163130-
CMYK00.040.240.33
HSL49.5º19.05%58.82%-
HSV(B)49.5º23.53%66.67%-
XYZ33.736.3526.36-
YUV161.33110.32134.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 163 (64.06% from 255) = 35.21%
BLUE value IS 130 (51.17% from 255) = 28.08%
R=36.72%
G=35.21%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016313000.040.240.3349.519.0558.82
HexAAA38204182132133b
Octal252243202043041622373
Binary10101010101000111000001001001100010000111001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA382; }

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

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

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

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

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

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

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

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