#AAA485

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

Shades of Neutral Green #AAA485

Tints of Neutral Green #AAA485

Color information

#AAA485 (or 0xAAA485) is unknown color: approx Neutral Green. HEX triplet: AA, A4 and 85. RGB value is (170,164,133). Sum of RGB (Red+Green+Blue) = 170+164+133=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA485 is #555B7A. Grayscale: #A2A2A2. Windows color (decimal): -5593979 or 8758442. OLE color: 8758442.

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

Color convert

RGB170164133-
CMYK00.040.220.33
HSL50.27º17.87%59.41%-
HSV(B)50.27º21.76%66.67%-
XYZ34.0936.7927.5-
YUV162.26111.49133.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 133 (52.34% from 255) = 28.48%
R=36.40%
G=35.12%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016413300.040.220.3350.2717.8759.41
HexAAA48504162132123b
Octal252244205042641622273
Binary10101010101001001000010101001011010000111001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA485; }

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

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

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

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

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

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

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

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