#A1A653

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

Shades of Green Smoke #A1A653

Tints of Green Smoke #A1A653

Color information

#A1A653 (or 0xA1A653) is unknown color: approx Green Smoke. HEX triplet: A1, A6 and 53. RGB value is (161,166,83). Sum of RGB (Red+Green+Blue) = 161+166+83=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A653 is #5E59AC. Grayscale: #9B9B9B. Windows color (decimal): -6183341 or 5482145. OLE color: 5482145.

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

Color convert

RGB16116683-
CMYK0.0300.500.35
HSL63.61º33.33%48.82%-
HSV(B)63.61º50%65.1%-
XYZ29.935.4713.46-
YUV155.0487.34132.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 166 (65.23% from 255) = 40.49%
BLUE value IS 83 (32.81% from 255) = 20.24%
R=39.27%
G=40.49%
B=20.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161166830.0300.500.3563.6133.3348.82
HexA1A653303223402131
Octal2412461233062431004161
Binary101000011010011010100111101100101000111000000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A653; }

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

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

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

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

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

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

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

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