#ABA9A8

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

Shades of Martini #ABA9A8

Tints of Martini #ABA9A8

Color information

#ABA9A8 (or 0xABA9A8) is unknown color: approx Martini. HEX triplet: AB, A9 and A8. RGB value is (171,169,168). Sum of RGB (Red+Green+Blue) = 171+169+168=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA9A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA9A8 is #545657. Grayscale: #A9A9A9. Windows color (decimal): -5527128 or 11053483. OLE color: 11053483.

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

Color convert

RGB171169168-
CMYK00.010.020.33
HSL20º1.75%66.47%-
HSV(B)20º1.75%67.06%-
XYZ38.0539.8642.73-
YUV169.48127.16129.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 168 (66.02% from 255) = 33.07%
R=33.66%
G=33.27%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116916800.010.020.33201.7566.47
HexABA9A80122114242
Octal25325125001241242102
Binary101010111010100110101000011010000110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9A8; }

 p { color: rgb(171,169,168); }

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

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

 a { background-color: rgb(171,169,168); }

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

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

 span { border-color: rgb(171,169,168); }

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