#ABA6AB

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

Shades of London Hue #ABA6AB

Tints of London Hue #ABA6AB

Color information

#ABA6AB (or 0xABA6AB) is unknown color: approx London Hue. HEX triplet: AB, A6 and AB. RGB value is (171,166,171). Sum of RGB (Red+Green+Blue) = 171+166+171=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #ABA6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6AB is #545954. Grayscale: #A8A8A8. Windows color (decimal): -5527893 or 11249323. OLE color: 11249323.

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

Color convert

RGB171166171-
CMYK00.0300.33
HSL300º2.89%66.08%-
HSV(B)300º2.92%67.06%-
XYZ37.7838.8744.04-
YUV168.06129.66130.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 166 (65.23% from 255) = 32.68%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=33.66%
G=32.68%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116617100.0300.333002.8966.08
HexABA6AB0302112c342
Octal253246253030414543102
Binary1010101110100110101010110110100001100101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA6AB; }

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

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

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

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

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

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

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

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