#ABA19E

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

Shades of Martini #ABA19E

Tints of Martini #ABA19E

Color information

#ABA19E (or 0xABA19E) is unknown color: approx Martini. HEX triplet: AB, A1 and 9E. RGB value is (171,161,158). Sum of RGB (Red+Green+Blue) = 171+161+158=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA19E is #545E61. Grayscale: #A3A3A3. Windows color (decimal): -5529186 or 10396075. OLE color: 10396075.

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

Color convert

RGB171161158-
CMYK00.060.080.33
HSL13.85º7.18%64.51%-
HSV(B)13.85º7.6%67.06%-
XYZ35.7136.6237.53-
YUV163.65124.81133.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 161 (63.28% from 255) = 32.86%
BLUE value IS 158 (62.11% from 255) = 32.24%
R=34.90%
G=32.86%
B=32.24%

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
Decimal17116115800.060.080.3313.857.1864.51
HexABA19E06821e741
Octal253241236061041167101
Binary1010101110100001100111100110100010000111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA19E; }

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

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

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

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

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

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

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

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