#A1A66D

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

Shades of Green Smoke #A1A66D

Tints of Green Smoke #A1A66D

Color information

#A1A66D (or 0xA1A66D) is unknown color: approx Green Smoke. HEX triplet: A1, A6 and 6D. RGB value is (161,166,109). Sum of RGB (Red+Green+Blue) = 161+166+109=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A66D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A66D is #5E5992. Grayscale: #9E9E9E. Windows color (decimal): -6183315 or 7186081. OLE color: 7186081.

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

Color convert

RGB161166109-
CMYK0.0300.340.35
HSL65.26º24.26%53.92%-
HSV(B)65.26º34.34%65.1%-
XYZ31.0935.9519.77-
YUV158.01100.34130.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 166 (65.23% from 255) = 38.07%
BLUE value IS 109 (42.97% from 255) = 25%
R=36.93%
G=38.07%
B=25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611661090.0300.340.3565.2624.2653.92
HexA1A66D302223411836
Octal2412461553042431013066
Binary10100001101001101101101110100010100011100000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A66D; }

 p { color: rgb(161,166,109); }

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

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

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

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

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

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

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