#AB9AAB

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

Shades of London Hue #AB9AAB

Tints of London Hue #AB9AAB

Color information

#AB9AAB (or 0xAB9AAB) is unknown color: approx London Hue. HEX triplet: AB, 9A and AB. RGB value is (171,154,171). Sum of RGB (Red+Green+Blue) = 171+154+171=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB9AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9AAB is #546554. Grayscale: #A0A0A0. Windows color (decimal): -5530965 or 11246251. OLE color: 11246251.

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

Color convert

RGB171154171-
CMYK00.1000.33
HSL300º9.19%63.73%-
HSV(B)300º9.94%67.06%-
XYZ35.734.7143.35-
YUV161.02133.63135.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=34.48%
G=31.05%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115417100.1000.333009.1963.73
HexAB9AAB0A02112c940
Octal25323225301204145411100
Binary10101011100110101010101101010010000110010110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AAB; }

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

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

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

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

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

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

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

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