#AB9F9C

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

Shades of Martini #AB9F9C

Tints of Martini #AB9F9C

Color information

#AB9F9C (or 0xAB9F9C) is unknown color: approx Martini. HEX triplet: AB, 9F and 9C. RGB value is (171,159,156). Sum of RGB (Red+Green+Blue) = 171+159+156=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9F9C is #546063. Grayscale: #A2A2A2. Windows color (decimal): -5529700 or 10264491. OLE color: 10264491.

HSL color Cylindrical-coordinate representation of color #AB9F9C: hue angle of 12º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AB9F9C is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB171159156-
CMYK00.070.090.33
HSL12º8.2%64.12%-
HSV(B)12º8.77%67.06%-
XYZ35.1935.8536.52-
YUV162.25124.48134.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 159 (62.5% from 255) = 32.72%
BLUE value IS 156 (61.33% from 255) = 32.10%
R=35.19%
G=32.72%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115915600.070.090.33128.264.12
HexAB9F9C07921c840
Octal2532372340711411410100
Binary10101011100111111001110001111001100001110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9F9C; }

 p { color: rgb(171,159,156); }

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

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

 a { background-color: rgb(171,159,156); }

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

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

 span { border-color: rgb(171,159,156); }

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