Shades of London Hue #AC86AB
Tints of London Hue #AC86AB
RGB
CMYK
RGB Variations
Color information
#AC86AB (or 0xAC86AB) is known color: London Hue. HEX triplet: AC, 86 and AB. RGB value is (172,134,171). Sum of RGB (Red+Green+Blue) = 172+134+171=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC86AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC86AB is #537954. Grayscale: #959595. Windows color (decimal): -5470549 or 11241132. OLE color: 11241132.
HSL color Cylindrical-coordinate representation of color #AC86AB: hue angle of 301.58º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC86AB is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 171 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.33 |
| HSL | 301.58º | 0.19% | 0.6% | - |
| HSV(B) | 301.58º | 0.22% | 0.67% | - |
| XYZ | 32.89 | 28.76 | 42.35 | - |
| YUV | 149.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 171 | 0 | 0.22 | 0.01 | 0.33 | 301.58 | 0.19 | 0.6 |
| Hex | AC | 86 | AB | 0 | 16 | 1 | 21 | 12E | 13 | 3C |
| Octal | 254 | 206 | 253 | 0 | 26 | 1 | 41 | 456 | 23 | 74 |
| Binary | 10101100 | 10000110 | 10101011 | 0 | 10110 | 1 | 100001 | 100101110 | 10011 | 111100 |
Color Harmonies of #AC86AB
Complementary color
Monochromatic Colors of #AC86AB
Black with #AC86AB
Text Example
Text Example
White with #AC86AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC86AB; }
p { color: rgb(172,134,171); }
H1.HeaderClassName
{
color: #AC86AB;
}
.AnyTagClassName
{
color: #AC86AB;
}
</style>
background-color css
<style>
a { background-color: #AC86AB; }
a { background-color: rgb(172,134,171); }
div.DivClassName
{
background-color: #AC86AB;
}
.BgClassName
{
background-color: #AC86AB;
}
</style>
border-color css
<style>
span { border-color: #AC86AB; }
span { border-color: rgb(172,134,171); }
td.TdClassName
{
border-color: #AC86AB;
}
.TagClassName
{
border-color: #AC86AB;
}
</style>