#A1A859

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

Shades of Green Smoke #A1A859

Tints of Green Smoke #A1A859

Color information

#A1A859 (or 0xA1A859) is unknown color: approx Green Smoke. HEX triplet: A1, A8 and 59. RGB value is (161,168,89). Sum of RGB (Red+Green+Blue) = 161+168+89=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A859 is #5E57A6. Grayscale: #9D9D9D. Windows color (decimal): -6182823 or 5875873. OLE color: 5875873.

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

Color convert

RGB16116889-
CMYK0.0400.470.34
HSL65.32º31.23%50.39%-
HSV(B)65.32º47.02%65.88%-
XYZ30.536.314.85-
YUV156.989.68130.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 168 (66.02% from 255) = 40.19%
BLUE value IS 89 (35.16% from 255) = 21.29%
R=38.52%
G=40.19%
B=21.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161168890.0400.470.3465.3231.2350.39
HexA1A859402F22411f32
Octal2412501314057421013762
Binary101000011010100010110011000101111100010100000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A859; }

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

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

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

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

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

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

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

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