#ABA0AA

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

Shades of London Hue #ABA0AA

Tints of London Hue #ABA0AA

Color information

#ABA0AA (or 0xABA0AA) is unknown color: approx London Hue. HEX triplet: AB, A0 and AA. RGB value is (171,160,170). Sum of RGB (Red+Green+Blue) = 171+160+170=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA0AA is #545F55. Grayscale: #A4A4A4. Windows color (decimal): -5529430 or 11182251. OLE color: 11182251.

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

Color convert

RGB171160170-
CMYK00.060.010.33
HSL305.45º6.15%64.9%-
HSV(B)305.45º6.43%67.06%-
XYZ36.6236.743.18-
YUV164.43131.14132.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 160 (62.89% from 255) = 31.94%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=34.13%
G=31.94%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116017000.060.010.33305.456.1564.9
HexABA0AA06121131641
Octal253240252061414616101
Binary101010111010000010101010011011000011001100011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0AA; }

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

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

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

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

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

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

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

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