#A1A766

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

Shades of Green Smoke #A1A766

Tints of Green Smoke #A1A766

Color information

#A1A766 (or 0xA1A766) is unknown color: approx Green Smoke. HEX triplet: A1, A7 and 66. RGB value is (161,167,102). Sum of RGB (Red+Green+Blue) = 161+167+102=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A766 is #5E5899. Grayscale: #9E9E9E. Windows color (decimal): -6183066 or 6727585. OLE color: 6727585.

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

Color convert

RGB161167102-
CMYK0.0400.390.35
HSL65.54º26.97%52.75%-
HSV(B)65.54º38.92%65.49%-
XYZ30.9136.1717.92-
YUV157.896.51130.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 167 (65.62% from 255) = 38.84%
BLUE value IS 102 (40.23% from 255) = 23.72%
R=37.44%
G=38.84%
B=23.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611671020.0400.390.3565.5426.9752.75
HexA1A766402723421b35
Octal2412471464047431023365
Binary101000011010011111001101000100111100011100001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A766; }

 p { color: rgb(161,167,102); }

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

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

 a { background-color: rgb(161,167,102); }

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

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

 span { border-color: rgb(161,167,102); }

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