#AAA585

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

Shades of Neutral Green #AAA585

Tints of Neutral Green #AAA585

Color information

#AAA585 (or 0xAAA585) is unknown color: approx Neutral Green. HEX triplet: AA, A5 and 85. RGB value is (170,165,133). Sum of RGB (Red+Green+Blue) = 170+165+133=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA585 is #555A7A. Grayscale: #A2A2A2. Windows color (decimal): -5593723 or 8758698. OLE color: 8758698.

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

Color convert

RGB170165133-
CMYK00.030.220.33
HSL51.89º17.87%59.41%-
HSV(B)51.89º21.76%66.67%-
XYZ34.2737.1527.55-
YUV162.85111.16133.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 165 (64.84% from 255) = 35.26%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=36.32%
G=35.26%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016513300.030.220.3351.8917.8759.41
HexAAA58503162134123b
Octal252245205032641642273
Binary1010101010100101100001010111011010000111010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA585; }

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

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

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

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

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

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

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

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