#ABA3AA

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

Shades of London Hue #ABA3AA

Tints of London Hue #ABA3AA

Color information

#ABA3AA (or 0xABA3AA) is unknown color: approx London Hue. HEX triplet: AB, A3 and AA. RGB value is (171,163,170). Sum of RGB (Red+Green+Blue) = 171+163+170=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA3AA is #545C55. Grayscale: #A6A6A6. Windows color (decimal): -5528662 or 11183019. OLE color: 11183019.

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

Color convert

RGB171163170-
CMYK00.050.010.33
HSL307.5º4.55%65.49%-
HSV(B)307.5º4.68%67.06%-
XYZ37.1537.7543.36-
YUV166.19130.15131.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 163 (64.06% from 255) = 32.34%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=33.93%
G=32.34%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116317000.050.010.33307.54.5565.49
HexABA3AA05121134541
Octal253243252051414645101
Binary101010111010001110101010010111000011001101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3AA; }

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

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

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

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

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

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

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

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