#ABA29D

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

Shades of Martini #ABA29D

Tints of Martini #ABA29D

Color information

#ABA29D (or 0xABA29D) is unknown color: approx Martini. HEX triplet: AB, A2 and 9D. RGB value is (171,162,157). Sum of RGB (Red+Green+Blue) = 171+162+157=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA29D is #545D62. Grayscale: #A4A4A4. Windows color (decimal): -5528931 or 10330795. OLE color: 10330795.

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

Color convert

RGB171162157-
CMYK00.050.080.33
HSL21.43º7.69%64.31%-
HSV(B)21.43º8.19%67.06%-
XYZ35.836.9337.14-
YUV164.12123.98132.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=34.90%
G=33.06%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116215700.050.080.3321.437.6964.31
HexABA29D0582115840
Octal2532422350510412510100
Binary101010111010001010011101010110001000011010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA29D; }

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

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

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

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

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

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

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

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