#A6AC66

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

Shades of Green Smoke #A6AC66

Tints of Green Smoke #A6AC66

Color information

#A6AC66 (or 0xA6AC66) is unknown color: approx Green Smoke. HEX triplet: A6, AC and 66. RGB value is (166,172,102). Sum of RGB (Red+Green+Blue) = 166+172+102=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AC66 is #595399. Grayscale: #A2A2A2. Windows color (decimal): -5854106 or 6728870. OLE color: 6728870.

HSL color Cylindrical-coordinate representation of color #A6AC66: hue angle of 65.14º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6AC66 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB166172102-
CMYK0.0300.410.33
HSL65.14º29.66%53.73%-
HSV(B)65.14º40.7%67.45%-
XYZ32.8838.5718.28-
YUV162.2394.01130.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 102 (40.23% from 255) = 23.18%
R=37.73%
G=39.09%
B=23.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661721020.0300.410.3365.1429.6653.73
HexA6AC66302921411e36
Octal2462541463051411013666
Binary10100110101011001100110110101001100001100000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AC66; }

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

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

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

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

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

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

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

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