#A19F9E

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

Shades of Martini #A19F9E

Tints of Martini #A19F9E

Color information

#A19F9E (or 0xA19F9E) is unknown color: approx Martini. HEX triplet: A1, 9F and 9E. RGB value is (161,159,158). Sum of RGB (Red+Green+Blue) = 161+159+158=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F9E is #5E6061. Grayscale: #9F9F9F. Windows color (decimal): -6185058 or 10395553. OLE color: 10395553.

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

Color convert

RGB161159158-
CMYK00.010.020.37
HSL20º1.57%62.55%-
HSV(B)20º1.86%63.14%-
XYZ33.2734.8437.32-
YUV159.48127.16129.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 158 (62.11% from 255) = 33.05%
R=33.68%
G=33.26%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115915800.010.020.37201.5762.55
HexA19F9E012251423f
Octal2412372360124524277
Binary10100001100111111001111001101001011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19F9E; }

 p { color: rgb(161,159,158); }

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

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

 a { background-color: rgb(161,159,158); }

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

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

 span { border-color: rgb(161,159,158); }

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