#AAA483

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

Shades of Neutral Green #AAA483

Tints of Neutral Green #AAA483

Color information

#AAA483 (or 0xAAA483) is unknown color: approx Neutral Green. HEX triplet: AA, A4 and 83. RGB value is (170,164,131). Sum of RGB (Red+Green+Blue) = 170+164+131=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA483 is #555B7C. Grayscale: #A2A2A2. Windows color (decimal): -5593981 or 8627370. OLE color: 8627370.

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

Color convert

RGB170164131-
CMYK00.040.230.33
HSL50.77º18.66%59.02%-
HSV(B)50.77º22.94%66.67%-
XYZ33.9536.7426.77-
YUV162.03110.49133.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 131 (51.56% from 255) = 28.17%
R=36.56%
G=35.27%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016413100.040.230.3350.7718.6659.02
HexAAA48304172133133b
Octal252244203042741632373
Binary10101010101001001000001101001011110000111001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA483; }

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

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

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

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

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

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

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

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