#AAA77D

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

Shades of Neutral Green #AAA77D

Tints of Neutral Green #AAA77D

Color information

#AAA77D (or 0xAAA77D) is unknown color: approx Neutral Green. HEX triplet: AA, A7 and 7D. RGB value is (170,167,125). Sum of RGB (Red+Green+Blue) = 170+167+125=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA77D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA77D is #555882. Grayscale: #A3A3A3. Windows color (decimal): -5593219 or 8234922. OLE color: 8234922.

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

Color convert

RGB170167125-
CMYK00.020.260.33
HSL56º20.93%57.84%-
HSV(B)56º26.47%66.67%-
XYZ34.137.6624.87-
YUV163.11106.49132.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 167 (65.62% from 255) = 36.15%
BLUE value IS 125 (49.22% from 255) = 27.06%
R=36.80%
G=36.15%
B=27.06%

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
Decimal17016712500.020.260.335620.9357.84
HexAAA77D021A2138153a
Octal252247175023241702572
Binary101010101010011111111010101101010000111100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA77D; }

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

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

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

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

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

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

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

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