#AAA583

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

Shades of Neutral Green #AAA583

Tints of Neutral Green #AAA583

Color information

#AAA583 (or 0xAAA583) is unknown color: approx Neutral Green. HEX triplet: AA, A5 and 83. RGB value is (170,165,131). Sum of RGB (Red+Green+Blue) = 170+165+131=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA583 is #555A7C. Grayscale: #A2A2A2. Windows color (decimal): -5593725 or 8627626. OLE color: 8627626.

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

Color convert

RGB170165131-
CMYK00.030.230.33
HSL52.31º18.66%59.02%-
HSV(B)52.31º22.94%66.67%-
XYZ34.1337.126.83-
YUV162.62110.16133.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 165 (64.84% from 255) = 35.41%
BLUE value IS 131 (51.56% from 255) = 28.11%
R=36.48%
G=35.41%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016513100.030.230.3352.3118.6659.02
HexAAA58303172134133b
Octal252245203032741642373
Binary1010101010100101100000110111011110000111010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA583; }

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

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

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

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

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

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

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

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