#A1A858

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

Shades of Green Smoke #A1A858

Tints of Green Smoke #A1A858

Color information

#A1A858 (or 0xA1A858) is unknown color: approx Green Smoke. HEX triplet: A1, A8 and 58. RGB value is (161,168,88). Sum of RGB (Red+Green+Blue) = 161+168+88=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A858 is #5E57A7. Grayscale: #9D9D9D. Windows color (decimal): -6182824 or 5810337. OLE color: 5810337.

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

Color convert

RGB16116888-
CMYK0.0400.480.34
HSL65.25º31.5%50.2%-
HSV(B)65.25º47.62%65.88%-
XYZ30.4636.2914.63-
YUV156.7989.18131-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 168 (66.02% from 255) = 40.29%
BLUE value IS 88 (34.77% from 255) = 21.10%
R=38.61%
G=40.29%
B=21.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161168880.0400.480.3465.2531.550.2
HexA1A858403022411f32
Octal2412501304060421013762
Binary101000011010100010110001000110000100010100000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A858; }

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

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

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

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

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

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

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

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