#AAAA84

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

Shades of Neutral Green #AAAA84

Tints of Neutral Green #AAAA84

Color information

#AAAA84 (or 0xAAAA84) is unknown color: approx Neutral Green. HEX triplet: AA, AA and 84. RGB value is (170,170,132). Sum of RGB (Red+Green+Blue) = 170+170+132=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA84 is #55557B. Grayscale: #A5A5A5. Windows color (decimal): -5592444 or 8694442. OLE color: 8694442.

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

Color convert

RGB170170132-
CMYK000.220.33
HSL60º18.27%59.22%-
HSV(B)60º22.35%66.67%-
XYZ35.1238.9627.5-
YUV165.67109131.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=36.02%
G=36.02%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170132000.220.336018.2759.22
HexAAAA840016213c123b
Octal252252204002641742273
Binary101010101010101010000100001011010000111110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA84; }

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

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

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

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

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

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

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

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