#A6AA66

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

Shades of Green Smoke #A6AA66

Tints of Green Smoke #A6AA66

Color information

#A6AA66 (or 0xA6AA66) is unknown color: approx Green Smoke. HEX triplet: A6, AA and 66. RGB value is (166,170,102). Sum of RGB (Red+Green+Blue) = 166+170+102=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA66 is #595599. Grayscale: #A1A1A1. Windows color (decimal): -5854618 or 6728358. OLE color: 6728358.

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

Color convert

RGB166170102-
CMYK0.0200.40.33
HSL63.53º28.57%53.33%-
HSV(B)63.53º40%66.67%-
XYZ32.537.8218.16-
YUV161.0594.67131.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 170 (66.80% from 255) = 38.81%
BLUE value IS 102 (40.23% from 255) = 23.29%
R=37.90%
G=38.81%
B=23.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661701020.0200.40.3363.5328.5753.33
HexA6AA66202821401d35
Octal2462521462050411003565
Binary10100110101010101100110100101000100001100000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AA66; }

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

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

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

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

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

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

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

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