#A1A66F

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

Shades of Green Smoke #A1A66F

Tints of Green Smoke #A1A66F

Color information

#A1A66F (or 0xA1A66F) is unknown color: approx Green Smoke. HEX triplet: A1, A6 and 6F. RGB value is (161,166,111). Sum of RGB (Red+Green+Blue) = 161+166+111=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A66F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A66F is #5E5990. Grayscale: #9E9E9E. Windows color (decimal): -6183313 or 7317153. OLE color: 7317153.

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

Color convert

RGB161166111-
CMYK0.0300.330.35
HSL65.45º23.61%54.31%-
HSV(B)65.45º33.13%65.1%-
XYZ31.23620.34-
YUV158.23101.34129.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.76%
GREEN value IS 166 (65.23% from 255) = 37.90%
BLUE value IS 111 (43.75% from 255) = 25.34%
R=36.76%
G=37.90%
B=25.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611661110.0300.330.3565.4523.6154.31
HexA1A66F302123411836
Octal2412461573041431013066
Binary10100001101001101101111110100001100011100000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A66F; }

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

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

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

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

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

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

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

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