#AAA983

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

Shades of Neutral Green #AAA983

Tints of Neutral Green #AAA983

Color information

#AAA983 (or 0xAAA983) is unknown color: approx Neutral Green. HEX triplet: AA, A9 and 83. RGB value is (170,169,131). Sum of RGB (Red+Green+Blue) = 170+169+131=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA983 is #55567C. Grayscale: #A5A5A5. Windows color (decimal): -5592701 or 8628650. OLE color: 8628650.

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

Color convert

RGB170169131-
CMYK00.010.230.33
HSL58.46º18.66%59.02%-
HSV(B)58.46º22.94%66.67%-
XYZ34.8638.5627.08-
YUV164.97108.83131.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 169 (66.41% from 255) = 35.96%
BLUE value IS 131 (51.56% from 255) = 27.87%
R=36.17%
G=35.96%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016913100.010.230.3358.4618.6659.02
HexAAA9830117213a133b
Octal252251203012741722373
Binary101010101010100110000011011011110000111101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA983; }

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

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

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

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

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

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

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

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