#ABA0AC

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

Shades of London Hue #ABA0AC

Tints of London Hue #ABA0AC

Color information

#ABA0AC (or 0xABA0AC) is unknown color: approx London Hue. HEX triplet: AB, A0 and AC. RGB value is (171,160,172). Sum of RGB (Red+Green+Blue) = 171+160+172=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 172 - color contains mainly: blue. Hex color #ABA0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA0AC is #545F53. Grayscale: #A4A4A4. Windows color (decimal): -5529428 or 11313323. OLE color: 11313323.

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

Color convert

RGB171160172-
CMYK0.010.0700.33
HSL295º6.74%65.1%-
HSV(B)295º6.98%67.45%-
XYZ36.8136.7844.19-
YUV164.66132.14132.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 160 (62.89% from 255) = 31.81%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=34.00%
G=31.81%
B=34.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711601720.010.0700.332956.7465.1
HexABA0AC17021127741
Octal253240254170414477101
Binary101010111010000010101100111101000011001001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0AC; }

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

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

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

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

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

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

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

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