#AAA381

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

Shades of Neutral Green #AAA381

Tints of Neutral Green #AAA381

Color information

#AAA381 (or 0xAAA381) is unknown color: approx Neutral Green. HEX triplet: AA, A3 and 81. RGB value is (170,163,129). Sum of RGB (Red+Green+Blue) = 170+163+129=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA381 is #555C7E. Grayscale: #A1A1A1. Windows color (decimal): -5594239 or 8496042. OLE color: 8496042.

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

Color convert

RGB170163129-
CMYK00.040.240.33
HSL49.76º19.43%58.63%-
HSV(B)49.76º24.12%66.67%-
XYZ33.6436.3326.01-
YUV161.22109.82134.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 163 (64.06% from 255) = 35.28%
BLUE value IS 129 (50.78% from 255) = 27.92%
R=36.80%
G=35.28%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016312900.040.240.3349.7619.4358.63
HexAAA38104182132133b
Octal252243201043041622373
Binary10101010101000111000000101001100010000111001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA381; }

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

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

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

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

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

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

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

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