#AAAD6A

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

Shades of Green Smoke #AAAD6A

Tints of Green Smoke #AAAD6A

Color information

#AAAD6A (or 0xAAAD6A) is unknown color: approx Green Smoke. HEX triplet: AA, AD and 6A. RGB value is (170,173,106). Sum of RGB (Red+Green+Blue) = 170+173+106=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD6A is #555295. Grayscale: #A4A4A4. Windows color (decimal): -5591702 or 6991274. OLE color: 6991274.

HSL color Cylindrical-coordinate representation of color #AAAD6A: hue angle of 62.69º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAAD6A is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB170173106-
CMYK0.0200.390.32
HSL62.69º29%54.71%-
HSV(B)62.69º38.73%67.84%-
XYZ34.1239.4719.46-
YUV164.4695.01131.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 106 (41.80% from 255) = 23.61%
R=37.86%
G=38.53%
B=23.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731060.0200.390.3262.692954.71
HexAAAD6A2027203f1d37
Octal252255152204740773567
Binary1010101010101101110101010010011110000011111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD6A; }

 p { color: rgb(170,173,106); }

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

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

 a { background-color: rgb(170,173,106); }

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

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

 span { border-color: rgb(170,173,106); }

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