#AAAD6C

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

Shades of Green Smoke #AAAD6C

Tints of Green Smoke #AAAD6C

Color information

#AAAD6C (or 0xAAAD6C) is unknown color: approx Green Smoke. HEX triplet: AA, AD and 6C. RGB value is (170,173,108). Sum of RGB (Red+Green+Blue) = 170+173+108=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD6C is #555293. Grayscale: #A4A4A4. Windows color (decimal): -5591700 or 7122346. OLE color: 7122346.

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

Color convert

RGB170173108-
CMYK0.0200.380.32
HSL62.77º28.38%55.1%-
HSV(B)62.77º37.57%67.84%-
XYZ34.2339.5220.01-
YUV164.6996.01131.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 108 (42.58% from 255) = 23.95%
R=37.69%
G=38.36%
B=23.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731080.0200.380.3262.7728.3855.1
HexAAAD6C2026203f1c37
Octal252255154204640773467
Binary1010101010101101110110010010011010000011111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD6C; }

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

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

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

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

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

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

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

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