#ABA09B

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

Shades of Martini #ABA09B

Tints of Martini #ABA09B

Color information

#ABA09B (or 0xABA09B) is unknown color: approx Martini. HEX triplet: AB, A0 and 9B. RGB value is (171,160,155). Sum of RGB (Red+Green+Blue) = 171+160+155=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA09B is #545F64. Grayscale: #A2A2A2. Windows color (decimal): -5529445 or 10199211. OLE color: 10199211.

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

Color convert

RGB171160155-
CMYK00.060.090.33
HSL18.75º8.7%63.92%-
HSV(B)18.75º9.36%67.06%-
XYZ35.2836.1736.13-
YUV162.72123.64133.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 155 (60.94% from 255) = 31.89%
R=35.19%
G=32.92%
B=31.89%

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
Decimal17116015500.060.090.3318.758.763.92
HexABA09B0692113940
Octal2532402330611412311100
Binary101010111010000010011011011010011000011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA09B; }

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

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

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

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

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

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

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

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