Shades of London Hue #AC86A7
Tints of London Hue #AC86A7
RGB
CMYK
RGB Variations
Color information
#AC86A7 (or 0xAC86A7) is known color: London Hue. HEX triplet: AC, 86 and A7. RGB value is (172,134,167). Sum of RGB (Red+Green+Blue) = 172+134+167=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 167 (65.62% from 255 or 35.31% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC86A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC86A7 is #537958. Grayscale: #959595. Windows color (decimal): -5470553 or 10978988. OLE color: 10978988.
HSL color Cylindrical-coordinate representation of color #AC86A7: hue angle of 307.89º 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 #AC86A7 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 167 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.33 |
| HSL | 307.89º | 0.19% | 0.6% | - |
| HSV(B) | 307.89º | 0.22% | 0.67% | - |
| XYZ | 32.51 | 28.61 | 40.37 | - |
| YUV | 149.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 167 | 0 | 0.22 | 0.03 | 0.33 | 307.89 | 0.19 | 0.6 |
| Hex | AC | 86 | A7 | 0 | 16 | 3 | 21 | 134 | 13 | 3C |
| Octal | 254 | 206 | 247 | 0 | 26 | 3 | 41 | 464 | 23 | 74 |
| Binary | 10101100 | 10000110 | 10100111 | 0 | 10110 | 11 | 100001 | 100110100 | 10011 | 111100 |
Color Harmonies of #AC86A7
Complementary color
Monochromatic Colors of #AC86A7
Black with #AC86A7
Text Example
Text Example
White with #AC86A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC86A7; }
p { color: rgb(172,134,167); }
H1.HeaderClassName
{
color: #AC86A7;
}
.AnyTagClassName
{
color: #AC86A7;
}
</style>
background-color css
<style>
a { background-color: #AC86A7; }
a { background-color: rgb(172,134,167); }
div.DivClassName
{
background-color: #AC86A7;
}
.BgClassName
{
background-color: #AC86A7;
}
</style>
border-color css
<style>
span { border-color: #AC86A7; }
span { border-color: rgb(172,134,167); }
td.TdClassName
{
border-color: #AC86A7;
}
.TagClassName
{
border-color: #AC86A7;
}
</style>