#AAA581

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

Shades of Neutral Green #AAA581

Tints of Neutral Green #AAA581

Color information

#AAA581 (or 0xAAA581) is unknown color: approx Neutral Green. HEX triplet: AA, A5 and 81. RGB value is (170,165,129). Sum of RGB (Red+Green+Blue) = 170+165+129=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA581 is #555A7E. Grayscale: #A2A2A2. Windows color (decimal): -5593727 or 8496554. OLE color: 8496554.

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

Color convert

RGB170165129-
CMYK00.030.240.33
HSL52.68º19.43%58.63%-
HSV(B)52.68º24.12%66.67%-
XYZ3437.0426.13-
YUV162.39109.16133.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 165 (64.84% from 255) = 35.56%
BLUE value IS 129 (50.78% from 255) = 27.80%
R=36.64%
G=35.56%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016512900.030.240.3352.6819.4358.63
HexAAA58103182135133b
Octal252245201033041652373
Binary1010101010100101100000010111100010000111010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA581; }

 p { color: rgb(170,165,129); }

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

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

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

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

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

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

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