#AAA67E

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

Shades of Neutral Green #AAA67E

Tints of Neutral Green #AAA67E

Color information

#AAA67E (or 0xAAA67E) is unknown color: approx Neutral Green. HEX triplet: AA, A6 and 7E. RGB value is (170,166,126). Sum of RGB (Red+Green+Blue) = 170+166+126=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA67E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA67E is #555981. Grayscale: #A2A2A2. Windows color (decimal): -5593474 or 8300202. OLE color: 8300202.

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

Color convert

RGB170166126-
CMYK00.020.260.33
HSL54.55º20.56%58.04%-
HSV(B)54.55º25.88%66.67%-
XYZ33.9837.3225.15-
YUV162.64107.33133.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 166 (65.23% from 255) = 35.93%
BLUE value IS 126 (49.61% from 255) = 27.27%
R=36.80%
G=35.93%
B=27.27%

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
Decimal17016612600.020.260.3354.5520.5658.04
HexAAA67E021A2137153a
Octal252246176023241672572
Binary101010101010011011111100101101010000111011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA67E; }

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

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

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

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

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

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

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

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