#AB9BA6

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

Shades of London Hue #AB9BA6

Tints of London Hue #AB9BA6

Color information

#AB9BA6 (or 0xAB9BA6) is unknown color: approx London Hue. HEX triplet: AB, 9B and A6. RGB value is (171,155,166). Sum of RGB (Red+Green+Blue) = 171+155+166=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9BA6 is #546459. Grayscale: #A1A1A1. Windows color (decimal): -5530714 or 10918827. OLE color: 10918827.

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

Color convert

RGB171155166-
CMYK00.090.030.33
HSL318.75º8.7%63.92%-
HSV(B)318.75º9.36%67.06%-
XYZ35.434.8540.94-
YUV161.04130.8135.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 166 (65.23% from 255) = 33.74%
R=34.76%
G=31.50%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115516600.090.030.33318.758.763.92
HexAB9BA60932113f940
Octal25323324601134147711100
Binary101010111001101110100110010011110000110011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9BA6; }

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

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

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

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

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

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

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

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