#A1A856

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

Shades of Green Smoke #A1A856

Tints of Green Smoke #A1A856

Color information

#A1A856 (or 0xA1A856) is unknown color: approx Green Smoke. HEX triplet: A1, A8 and 56. RGB value is (161,168,86). Sum of RGB (Red+Green+Blue) = 161+168+86=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A856 is #5E57A9. Grayscale: #9C9C9C. Windows color (decimal): -6182826 or 5679265. OLE color: 5679265.

HSL color Cylindrical-coordinate representation of color #A1A856: hue angle of 65.12º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1A856 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16116886-
CMYK0.0400.490.34
HSL65.12º32.28%49.8%-
HSV(B)65.12º48.81%65.88%-
XYZ30.3836.2514.2-
YUV156.5688.18131.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 168 (66.02% from 255) = 40.48%
BLUE value IS 86 (33.98% from 255) = 20.72%
R=38.80%
G=40.48%
B=20.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161168860.0400.490.3465.1232.2849.8
HexA1A856403122412032
Octal2412501264061421014062
Binary1010000110101000101011010001100011000101000001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A856; }

 p { color: rgb(161,168,86); }

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

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

 a { background-color: rgb(161,168,86); }

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

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

 span { border-color: rgb(161,168,86); }

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