#A1A058

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

Shades of Green Smoke #A1A058

Tints of Green Smoke #A1A058

Color information

#A1A058 (or 0xA1A058) is unknown color: approx Green Smoke. HEX triplet: A1, A0 and 58. RGB value is (161,160,88). Sum of RGB (Red+Green+Blue) = 161+160+88=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A058 is #5E5FA7. Grayscale: #989898. Windows color (decimal): -6184872 or 5808289. OLE color: 5808289.

HSL color Cylindrical-coordinate representation of color #A1A058: hue angle of 59.18º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1A058 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB16116088-
CMYK00.010.450.37
HSL59.18º29.32%48.82%-
HSV(B)59.18º45.34%63.14%-
XYZ29.0333.4214.15-
YUV152.0991.83134.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 160 (62.89% from 255) = 39.12%
BLUE value IS 88 (34.77% from 255) = 21.52%
R=39.36%
G=39.12%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611608800.010.450.3759.1829.3248.82
HexA1A058012D253b1d31
Octal241240130015545733561
Binary101000011010000010110000110110110010111101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A058; }

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

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

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

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

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

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

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

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