#AAA678

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

Shades of Neutral Green #AAA678

Tints of Neutral Green #AAA678

Color information

#AAA678 (or 0xAAA678) is unknown color: approx Neutral Green. HEX triplet: AA, A6 and 78. RGB value is (170,166,120). Sum of RGB (Red+Green+Blue) = 170+166+120=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA678 is #555987. Grayscale: #A2A2A2. Windows color (decimal): -5593480 or 7906986. OLE color: 7906986.

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

Color convert

RGB170166120-
CMYK00.020.290.33
HSL55.2º22.73%56.86%-
HSV(B)55.2º29.41%66.67%-
XYZ33.637.1723.17-
YUV161.95104.33133.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 166 (65.23% from 255) = 36.40%
BLUE value IS 120 (47.27% from 255) = 26.32%
R=37.28%
G=36.40%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016612000.020.290.3355.222.7356.86
HexAAA678021D21371739
Octal252246170023541672771
Binary101010101010011011110000101110110000111011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA678; }

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

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

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

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

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

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

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

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