#A1B160

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

Shades of Green Smoke #A1B160

Tints of Green Smoke #A1B160

Color information

#A1B160 (or 0xA1B160) is unknown color: approx Green Smoke. HEX triplet: A1, B1 and 60. RGB value is (161,177,96). Sum of RGB (Red+Green+Blue) = 161+177+96=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B160 is #5E4E9F. Grayscale: #A3A3A3. Windows color (decimal): -6180512 or 6336929. OLE color: 6336929.

HSL color Cylindrical-coordinate representation of color #A1B160: hue angle of 71.85º 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 #A1B160 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB16117796-
CMYK0.0900.460.31
HSL71.85º34.18%53.53%-
HSV(B)71.85º45.76%69.41%-
XYZ32.5339.8717.05-
YUV162.9890.2126.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 177 (69.53% from 255) = 40.78%
BLUE value IS 96 (37.89% from 255) = 22.12%
R=37.10%
G=40.78%
B=22.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161177960.0900.460.3171.8534.1853.53
HexA1B160902E1F482236
Octal24126114011056371104266
Binary1010000110110001110000010010101110111111001000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B160; }

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

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

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

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

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

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

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

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