#A3B160

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

Shades of Green Smoke #A3B160

Tints of Green Smoke #A3B160

Color information

#A3B160 (or 0xA3B160) is unknown color: approx Green Smoke. HEX triplet: A3, B1 and 60. RGB value is (163,177,96). Sum of RGB (Red+Green+Blue) = 163+177+96=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B160 is #5C4E9F. Grayscale: #A3A3A3. Windows color (decimal): -6049440 or 6336931. OLE color: 6336931.

HSL color Cylindrical-coordinate representation of color #A3B160: hue angle of 70.37º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3B160 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB16317796-
CMYK0.0800.460.31
HSL70.37º34.18%53.53%-
HSV(B)70.37º45.76%69.41%-
XYZ32.9440.0817.07-
YUV163.5889.86127.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 177 (69.53% from 255) = 40.60%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=37.39%
G=40.60%
B=22.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163177960.0800.460.3170.3734.1853.53
HexA3B160802E1F462236
Octal24326114010056371064266
Binary1010001110110001110000010000101110111111000110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B160; }

 p { color: rgb(163,177,96); }

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

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

 a { background-color: rgb(163,177,96); }

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

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

 span { border-color: rgb(163,177,96); }

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