#AAA58D

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

Shades of Neutral Green #AAA58D

Tints of Neutral Green #AAA58D

Color information

#AAA58D (or 0xAAA58D) is unknown color: approx Neutral Green. HEX triplet: AA, A5 and 8D. RGB value is (170,165,141). Sum of RGB (Red+Green+Blue) = 170+165+141=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA58D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA58D is #555A72. Grayscale: #A3A3A3. Windows color (decimal): -5593715 or 9282986. OLE color: 9282986.

HSL color Cylindrical-coordinate representation of color #AAA58D: hue angle of 49.66º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAA58D is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB170165141-
CMYK00.030.170.33
HSL49.66º14.57%60.98%-
HSV(B)49.66º17.06%66.67%-
XYZ34.8437.3830.58-
YUV163.76115.16132.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 165 (64.84% from 255) = 34.66%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=35.71%
G=34.66%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016514100.030.170.3349.6614.5760.98
HexAAA58D03112132f3d
Octal252245215032141621775
Binary101010101010010110001101011100011000011100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA58D; }

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

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

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

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

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

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

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

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