#A1A663

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

Shades of Green Smoke #A1A663

Tints of Green Smoke #A1A663

Color information

#A1A663 (or 0xA1A663) is unknown color: approx Green Smoke. HEX triplet: A1, A6 and 63. RGB value is (161,166,99). Sum of RGB (Red+Green+Blue) = 161+166+99=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A663 is #5E599C. Grayscale: #9D9D9D. Windows color (decimal): -6183325 or 6530721. OLE color: 6530721.

HSL color Cylindrical-coordinate representation of color #A1A663: hue angle of 64.48º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1A663 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16116699-
CMYK0.0300.400.35
HSL64.48º27.35%51.96%-
HSV(B)64.48º40.36%65.1%-
XYZ30.5935.7517.09-
YUV156.8795.34130.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.79%
GREEN value IS 166 (65.23% from 255) = 38.97%
BLUE value IS 99 (39.06% from 255) = 23.24%
R=37.79%
G=38.97%
B=23.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161166990.0300.400.3564.4827.3551.96
HexA1A663302823401b34
Octal2412461433050431003364
Binary10100001101001101100011110101000100011100000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A663; }

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

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

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

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

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

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

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

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