#A1A66E

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

Shades of Green Smoke #A1A66E

Tints of Green Smoke #A1A66E

Color information

#A1A66E (or 0xA1A66E) is unknown color: approx Green Smoke. HEX triplet: A1, A6 and 6E. RGB value is (161,166,110). Sum of RGB (Red+Green+Blue) = 161+166+110=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A66E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A66E is #5E5991. Grayscale: #9E9E9E. Windows color (decimal): -6183314 or 7251617. OLE color: 7251617.

HSL color Cylindrical-coordinate representation of color #A1A66E: hue angle of 65.36º 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 #A1A66E is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB161166110-
CMYK0.0300.340.35
HSL65.36º23.93%54.12%-
HSV(B)65.36º33.73%65.1%-
XYZ31.1535.9820.05-
YUV158.12100.84130.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 166 (65.23% from 255) = 37.99%
BLUE value IS 110 (43.36% from 255) = 25.17%
R=36.84%
G=37.99%
B=25.17%

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
Decimal1611661100.0300.340.3565.3623.9354.12
HexA1A66E302223411836
Octal2412461563042431013066
Binary10100001101001101101110110100010100011100000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A66E; }

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

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

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

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

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

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

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

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