#ABA19D

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

Shades of Martini #ABA19D

Tints of Martini #ABA19D

Color information

#ABA19D (or 0xABA19D) is unknown color: approx Martini. HEX triplet: AB, A1 and 9D. RGB value is (171,161,157). Sum of RGB (Red+Green+Blue) = 171+161+157=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA19D is #545E62. Grayscale: #A3A3A3. Windows color (decimal): -5529187 or 10330539. OLE color: 10330539.

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

Color convert

RGB171161157-
CMYK00.060.080.33
HSL17.14º7.69%64.31%-
HSV(B)17.14º8.19%67.06%-
XYZ35.6336.5837.08-
YUV163.53124.31133.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 157 (61.72% from 255) = 32.11%
R=34.97%
G=32.92%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116115700.060.080.3317.147.6964.31
HexABA19D0682111840
Octal2532412350610412110100
Binary101010111010000110011101011010001000011000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA19D; }

 p { color: rgb(171,161,157); }

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

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

 a { background-color: rgb(171,161,157); }

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

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

 span { border-color: rgb(171,161,157); }

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