#ABA0AB

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

Shades of London Hue #ABA0AB

Tints of London Hue #ABA0AB

Color information

#ABA0AB (or 0xABA0AB) is unknown color: approx London Hue. HEX triplet: AB, A0 and AB. RGB value is (171,160,171). Sum of RGB (Red+Green+Blue) = 171+160+171=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #ABA0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA0AB is #545F54. Grayscale: #A4A4A4. Windows color (decimal): -5529429 or 11247787. OLE color: 11247787.

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

Color convert

RGB171160171-
CMYK00.0600.33
HSL300º6.15%64.9%-
HSV(B)300º6.43%67.06%-
XYZ36.7236.7443.68-
YUV164.54131.64132.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 160 (62.89% from 255) = 31.87%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=34.06%
G=31.87%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116017100.0600.333006.1564.9
HexABA0AB0602112c641
Octal253240253060414546101
Binary101010111010000010101011011001000011001011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0AB; }

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

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

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

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

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

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

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

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