Shades of London Hue #AC86A6
Tints of London Hue #AC86A6
RGB
CMYK
RGB Variations
Color information
#AC86A6 (or 0xAC86A6) is known color: London Hue. HEX triplet: AC, 86 and A6. RGB value is (172,134,166). Sum of RGB (Red+Green+Blue) = 172+134+166=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC86A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC86A6 is #537959. Grayscale: #949494. Windows color (decimal): -5470554 or 10913452. OLE color: 10913452.
HSL color Cylindrical-coordinate representation of color #AC86A6: hue angle of 309.47º 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 #AC86A6 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 166 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.33 |
| HSL | 309.47º | 0.19% | 0.6% | - |
| HSV(B) | 309.47º | 0.22% | 0.67% | - |
| XYZ | 32.42 | 28.57 | 39.88 | - |
| YUV | 149.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 166 | 0 | 0.22 | 0.03 | 0.33 | 309.47 | 0.19 | 0.6 |
| Hex | AC | 86 | A6 | 0 | 16 | 3 | 21 | 135 | 13 | 3C |
| Octal | 254 | 206 | 246 | 0 | 26 | 3 | 41 | 465 | 23 | 74 |
| Binary | 10101100 | 10000110 | 10100110 | 0 | 10110 | 11 | 100001 | 100110101 | 10011 | 111100 |
Color Harmonies of #AC86A6
Complementary color
Monochromatic Colors of #AC86A6
Black with #AC86A6
Text Example
Text Example
White with #AC86A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC86A6; }
p { color: rgb(172,134,166); }
H1.HeaderClassName
{
color: #AC86A6;
}
.AnyTagClassName
{
color: #AC86A6;
}
</style>
background-color css
<style>
a { background-color: #AC86A6; }
a { background-color: rgb(172,134,166); }
div.DivClassName
{
background-color: #AC86A6;
}
.BgClassName
{
background-color: #AC86A6;
}
</style>
border-color css
<style>
span { border-color: #AC86A6; }
span { border-color: rgb(172,134,166); }
td.TdClassName
{
border-color: #AC86A6;
}
.TagClassName
{
border-color: #AC86A6;
}
</style>