#AB9F9B

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

Shades of Martini #AB9F9B

Tints of Martini #AB9F9B

Color information

#AB9F9B (or 0xAB9F9B) is unknown color: approx Martini. HEX triplet: AB, 9F and 9B. RGB value is (171,159,155). Sum of RGB (Red+Green+Blue) = 171+159+155=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9F9B is #546064. Grayscale: #A2A2A2. Windows color (decimal): -5529701 or 10198955. OLE color: 10198955.

HSL color Cylindrical-coordinate representation of color #AB9F9B: hue angle of 15º degrees, saturation: 0.09, 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 #AB9F9B is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB171159155-
CMYK00.070.090.33
HSL15º8.7%63.92%-
HSV(B)15º9.36%67.06%-
XYZ35.1135.8236.07-
YUV162.13123.98134.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 155 (60.94% from 255) = 31.96%
R=35.26%
G=32.78%
B=31.96%

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
Decimal17115915500.070.090.33158.763.92
HexAB9F9B07921f940
Octal2532372330711411711100
Binary10101011100111111001101101111001100001111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9F9B; }

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

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

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

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

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

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

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

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