#ABA19B

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

Shades of Martini #ABA19B

Tints of Martini #ABA19B

Color information

#ABA19B (or 0xABA19B) is unknown color: approx Martini. HEX triplet: AB, A1 and 9B. RGB value is (171,161,155). Sum of RGB (Red+Green+Blue) = 171+161+155=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA19B is #545E64. Grayscale: #A3A3A3. Windows color (decimal): -5529189 or 10199467. OLE color: 10199467.

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

Color convert

RGB171161155-
CMYK00.060.090.33
HSL22.5º8.7%63.92%-
HSV(B)22.5º9.36%67.06%-
XYZ35.4636.5136.19-
YUV163.31123.31133.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 155 (60.94% from 255) = 31.83%
R=35.11%
G=33.06%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116115500.060.090.3322.58.763.92
HexABA19B0692117940
Octal2532412330611412711100
Binary101010111010000110011011011010011000011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA19B; }

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

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

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

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

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

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

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

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