#AAA67D

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

Shades of Neutral Green #AAA67D

Tints of Neutral Green #AAA67D

Color information

#AAA67D (or 0xAAA67D) is unknown color: approx Neutral Green. HEX triplet: AA, A6 and 7D. RGB value is (170,166,125). Sum of RGB (Red+Green+Blue) = 170+166+125=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA67D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA67D is #555982. Grayscale: #A2A2A2. Windows color (decimal): -5593475 or 8234666. OLE color: 8234666.

HSL color Cylindrical-coordinate representation of color #AAA67D: hue angle of 54.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA67D is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB170166125-
CMYK00.020.260.33
HSL54.67º20.93%57.84%-
HSV(B)54.67º26.47%66.67%-
XYZ33.9237.324.81-
YUV162.52106.83133.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 125 (49.22% from 255) = 27.11%
R=36.88%
G=36.01%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016612500.020.260.3354.6720.9357.84
HexAAA67D021A2137153a
Octal252246175023241672572
Binary101010101010011011111010101101010000111011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA67D; }

 p { color: rgb(170,166,125); }

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

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

 a { background-color: rgb(170,166,125); }

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

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

 span { border-color: rgb(170,166,125); }

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