#ABA09C

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

Shades of Martini #ABA09C

Tints of Martini #ABA09C

Color information

#ABA09C (or 0xABA09C) is unknown color: approx Martini. HEX triplet: AB, A0 and 9C. RGB value is (171,160,156). Sum of RGB (Red+Green+Blue) = 171+160+156=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA09C is #545F63. Grayscale: #A2A2A2. Windows color (decimal): -5529444 or 10264747. OLE color: 10264747.

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

Color convert

RGB171160156-
CMYK00.060.090.33
HSL16º8.2%64.12%-
HSV(B)16º8.77%67.06%-
XYZ35.3736.236.58-
YUV162.83124.14133.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 156 (61.33% from 255) = 32.03%
R=35.11%
G=32.85%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116015600.060.090.33168.264.12
HexABA09C0692110840
Octal2532402340611412010100
Binary101010111010000010011100011010011000011000010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA09C; }

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

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

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

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

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

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

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

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