#AB9CAD

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

Shades of London Hue #AB9CAD

Tints of London Hue #AB9CAD

Color information

#AB9CAD (or 0xAB9CAD) is unknown color: approx London Hue. HEX triplet: AB, 9C and AD. RGB value is (171,156,173). Sum of RGB (Red+Green+Blue) = 171+156+173=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB9CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9CAD is #546352. Grayscale: #A2A2A2. Windows color (decimal): -5530451 or 11377835. OLE color: 11377835.

HSL color Cylindrical-coordinate representation of color #AB9CAD: hue angle of 292.94º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AB9CAD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171156173-
CMYK0.010.1000.32
HSL292.94º9.39%64.51%-
HSV(B)292.94º9.83%67.84%-
XYZ36.2335.4544.47-
YUV162.42133.97134.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.2%
GREEN value IS 156 (61.33% from 255) = 31.2%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=34.2%
G=31.2%
B=34.6%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711561730.010.1000.32292.949.3964.51
HexAB9CAD1A020125941
Octal25323425511204044511101
Binary10101011100111001010110111010010000010010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CAD; }

 p { color: rgb(171,156,173); }

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

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

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

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

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

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

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