#A6A66C

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

Shades of Green Smoke #A6A66C

Tints of Green Smoke #A6A66C

Color information

#A6A66C (or 0xA6A66C) is unknown color: approx Green Smoke. HEX triplet: A6, A6 and 6C. RGB value is (166,166,108). Sum of RGB (Red+Green+Blue) = 166+166+108=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A66C is #595993. Grayscale: #9F9F9F. Windows color (decimal): -5855636 or 7120550. OLE color: 7120550.

HSL color Cylindrical-coordinate representation of color #A6A66C: hue angle of 60º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6A66C is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB166166108-
CMYK000.350.35
HSL60º24.58%53.73%-
HSV(B)60º34.94%65.1%-
XYZ32.0736.4619.54-
YUV159.3999132.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 166 (65.23% from 255) = 37.73%
BLUE value IS 108 (42.58% from 255) = 24.55%
R=37.73%
G=37.73%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166166108000.350.356024.5853.73
HexA6A66C0023233c1936
Octal246246154004343743166
Binary101001101010011011011000010001110001111110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A66C; }

 p { color: rgb(166,166,108); }

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

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

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

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

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

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

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