#AAA67B

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

Shades of Neutral Green #AAA67B

Tints of Neutral Green #AAA67B

Color information

#AAA67B (or 0xAAA67B) is unknown color: approx Neutral Green. HEX triplet: AA, A6 and 7B. RGB value is (170,166,123). Sum of RGB (Red+Green+Blue) = 170+166+123=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA67B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA67B is #555984. Grayscale: #A2A2A2. Windows color (decimal): -5593477 or 8103594. OLE color: 8103594.

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

Color convert

RGB170166123-
CMYK00.020.280.33
HSL54.89º21.66%57.45%-
HSV(B)54.89º27.65%66.67%-
XYZ33.7937.2524.15-
YUV162.29105.83133.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 166 (65.23% from 255) = 36.17%
BLUE value IS 123 (48.44% from 255) = 26.80%
R=37.04%
G=36.17%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016612300.020.280.3354.8921.6657.45
HexAAA67B021C21371639
Octal252246173023441672671
Binary101010101010011011110110101110010000111011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA67B; }

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

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

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

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

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

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

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

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