#AAA884

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

Shades of Neutral Green #AAA884

Tints of Neutral Green #AAA884

Color information

#AAA884 (or 0xAAA884) is unknown color: approx Neutral Green. HEX triplet: AA, A8 and 84. RGB value is (170,168,132). Sum of RGB (Red+Green+Blue) = 170+168+132=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA884 is #55577B. Grayscale: #A4A4A4. Windows color (decimal): -5592956 or 8693930. OLE color: 8693930.

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

Color convert

RGB170168132-
CMYK00.010.220.33
HSL56.84º18.27%59.22%-
HSV(B)56.84º22.35%66.67%-
XYZ34.7538.2227.38-
YUV164.49109.66131.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 168 (66.02% from 255) = 35.74%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=36.17%
G=35.74%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016813200.010.220.3356.8418.2759.22
HexAAA88401162139123b
Octal252250204012641712273
Binary101010101010100010000100011011010000111100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA884; }

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

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

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

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

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

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

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

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