#ABA29E

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

Shades of Martini #ABA29E

Tints of Martini #ABA29E

Color information

#ABA29E (or 0xABA29E) is unknown color: approx Martini. HEX triplet: AB, A2 and 9E. RGB value is (171,162,158). Sum of RGB (Red+Green+Blue) = 171+162+158=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA29E is #545D61. Grayscale: #A4A4A4. Windows color (decimal): -5528930 or 10396331. OLE color: 10396331.

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

Color convert

RGB171162158-
CMYK00.050.080.33
HSL18.46º7.18%64.51%-
HSV(B)18.46º7.6%67.06%-
XYZ35.8936.9737.59-
YUV164.24124.48132.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=34.83%
G=32.99%
B=32.18%

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
Decimal17116215800.050.080.3318.467.1864.51
HexABA29E0582112741
Octal253242236051041227101
Binary10101011101000101001111001011000100001100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA29E; }

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

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

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

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

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

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

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

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