Html Css Color HEX #ABA9A8 Martini

📋 copy color: '#ABA9A8'

red 171 ◦ green 169 ◦ blue 168

#ABA9A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Martini #ABA9A8

Tints of Martini #ABA9A8

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 value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#ABA9A8 (or 0xABA9A8) is known color: 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

RGB 171 169 168 -
CMYK 0 0.01 0.02 0.33
HSL 20º 0.02% 0.66% -
HSV(B) 20º 0.02% 0.67% -
XYZ 38.05 39.86 42.73 -
YUV 169.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 171 169 168 0 0.01 0.02 0.33 20 0.02 0.66
Hex AB A9 A8 0 1 2 21 14 2 42
Octal 253 251 250 0 1 2 41 24 2 102
Binary 10101011 10101001 10101000 0 1 10 100001 10100 10 1000010

Color Harmonies of #ABA9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA9A8

Black with #ABA9A8

Text Example


Text Example

White with #ABA9A8

Text Example


Text Example

HTML Codes & Css Web 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>