#AAA682

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

Shades of Neutral Green #AAA682

Tints of Neutral Green #AAA682

Color information

#AAA682 (or 0xAAA682) is unknown color: approx Neutral Green. HEX triplet: AA, A6 and 82. RGB value is (170,166,130). Sum of RGB (Red+Green+Blue) = 170+166+130=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA682 is #55597D. Grayscale: #A3A3A3. Windows color (decimal): -5593470 or 8562346. OLE color: 8562346.

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

Color convert

RGB170166130-
CMYK00.020.240.33
HSL54º19.05%58.82%-
HSV(B)54º23.53%66.67%-
XYZ34.2437.4326.54-
YUV163.09109.33132.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 166 (65.23% from 255) = 35.62%
BLUE value IS 130 (51.17% from 255) = 27.90%
R=36.48%
G=35.62%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016613000.020.240.335419.0558.82
HexAAA68202182136133b
Octal252246202023041662373
Binary1010101010100110100000100101100010000111011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA682; }

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

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

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

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

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

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

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

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