#ABA39E

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

Shades of Martini #ABA39E

Tints of Martini #ABA39E

Color information

#ABA39E (or 0xABA39E) is unknown color: approx Martini. HEX triplet: AB, A3 and 9E. RGB value is (171,163,158). Sum of RGB (Red+Green+Blue) = 171+163+158=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA39E is #545C61. Grayscale: #A4A4A4. Windows color (decimal): -5528674 or 10396587. OLE color: 10396587.

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

Color convert

RGB171163158-
CMYK00.050.080.33
HSL23.08º7.18%64.51%-
HSV(B)23.08º7.6%67.06%-
XYZ36.0637.3237.65-
YUV164.82124.15132.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 158 (62.11% from 255) = 32.11%
R=34.76%
G=33.13%
B=32.11%

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
Decimal17116315800.050.080.3323.087.1864.51
HexABA39E0582117741
Octal253243236051041277101
Binary10101011101000111001111001011000100001101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA39E; }

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

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

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

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

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

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

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

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