#AB9DA9

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

Shades of London Hue #AB9DA9

Tints of London Hue #AB9DA9

Color information

#AB9DA9 (or 0xAB9DA9) is unknown color: approx London Hue. HEX triplet: AB, 9D and A9. RGB value is (171,157,169). Sum of RGB (Red+Green+Blue) = 171+157+169=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9DA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DA9 is #546256. Grayscale: #A2A2A2. Windows color (decimal): -5530199 or 11115947. OLE color: 11115947.

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

Color convert

RGB171157169-
CMYK00.080.010.33
HSL308.57º7.69%64.31%-
HSV(B)308.57º8.19%67.06%-
XYZ36.0135.6442.52-
YUV162.55131.64134.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 157 (61.72% from 255) = 31.59%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=34.41%
G=31.59%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115716900.080.010.33308.577.6964.31
HexAB9DA908121135840
Octal25323525101014146510100
Binary10101011100111011010100101000110000110011010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DA9; }

 p { color: rgb(171,157,169); }

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

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

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

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

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

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

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