#A3A058

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

Shades of Green Smoke #A3A058

Tints of Green Smoke #A3A058

Color information

#A3A058 (or 0xA3A058) is unknown color: approx Green Smoke. HEX triplet: A3, A0 and 58. RGB value is (163,160,88). Sum of RGB (Red+Green+Blue) = 163+160+88=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A058 is #5C5FA7. Grayscale: #989898. Windows color (decimal): -6053800 or 5808291. OLE color: 5808291.

HSL color Cylindrical-coordinate representation of color #A3A058: hue angle of 57.6º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3A058 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB16316088-
CMYK00.020.460.36
HSL57.6º29.88%49.22%-
HSV(B)57.6º46.01%63.92%-
XYZ29.4433.6314.17-
YUV152.6991.49135.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 160 (62.89% from 255) = 38.93%
BLUE value IS 88 (34.77% from 255) = 21.41%
R=39.66%
G=38.93%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631608800.020.460.3657.629.8849.22
HexA3A058022E243a1e31
Octal243240130025644723661
Binary1010001110100000101100001010111010010011101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A058; }

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

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

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

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

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

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

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

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