#ABA39F

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

Shades of Martini #ABA39F

Tints of Martini #ABA39F

Color information

#ABA39F (or 0xABA39F) is unknown color: approx Martini. HEX triplet: AB, A3 and 9F. RGB value is (171,163,159). Sum of RGB (Red+Green+Blue) = 171+163+159=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA39F is #545C60. Grayscale: #A4A4A4. Windows color (decimal): -5528673 or 10462123. OLE color: 10462123.

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

Color convert

RGB171163159-
CMYK00.050.070.33
HSL20º6.67%64.71%-
HSV(B)20º7.02%67.06%-
XYZ36.1537.3638.11-
YUV164.94124.65132.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 163 (64.06% from 255) = 33.06%
BLUE value IS 159 (62.5% from 255) = 32.25%
R=34.69%
G=33.06%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116315900.050.070.33206.6764.71
HexABA39F0572114741
Octal25324323705741247101
Binary1010101110100011100111110101111100001101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA39F; }

 p { color: rgb(171,163,159); }

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

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

 a { background-color: rgb(171,163,159); }

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

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

 span { border-color: rgb(171,163,159); }

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