#AB9CAC

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

Shades of London Hue #AB9CAC

Tints of London Hue #AB9CAC

Color information

#AB9CAC (or 0xAB9CAC) is unknown color: approx London Hue. HEX triplet: AB, 9C and AC. RGB value is (171,156,172). Sum of RGB (Red+Green+Blue) = 171+156+172=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB9CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9CAC is #546353. Grayscale: #A2A2A2. Windows color (decimal): -5530452 or 11312299. OLE color: 11312299.

HSL color Cylindrical-coordinate representation of color #AB9CAC: hue angle of 296.25º 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 #AB9CAC is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171156172-
CMYK0.010.0900.33
HSL296.25º8.79%64.31%-
HSV(B)296.25º9.3%67.45%-
XYZ36.1335.4143.96-
YUV162.31133.47134.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 156 (61.33% from 255) = 31.26%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=34.27%
G=31.26%
B=34.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711561720.010.0900.33296.258.7964.31
HexAB9CAC19021128940
Octal25323425411104145011100
Binary10101011100111001010110011001010000110010100010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CAC; }

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

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

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

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

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

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

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

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