#ABA2A0

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

Shades of Martini #ABA2A0

Tints of Martini #ABA2A0

Color information

#ABA2A0 (or 0xABA2A0) is unknown color: approx Martini. HEX triplet: AB, A2 and A0. RGB value is (171,162,160). Sum of RGB (Red+Green+Blue) = 171+162+160=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA2A0 is #545D5F. Grayscale: #A4A4A4. Windows color (decimal): -5528928 or 10527403. OLE color: 10527403.

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

Color convert

RGB171162160-
CMYK00.050.060.33
HSL10.91º6.15%64.9%-
HSV(B)10.91º6.43%67.06%-
XYZ36.0637.0438.51-
YUV164.46125.48132.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 162 (63.67% from 255) = 32.86%
BLUE value IS 160 (62.89% from 255) = 32.45%
R=34.69%
G=32.86%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116216000.050.060.3310.916.1564.9
HexABA2A005621b641
Octal25324224005641136101
Binary101010111010001010100000010111010000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA2A0; }

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

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

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

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

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

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

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

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