Shades of London Hue #AC95A8
Tints of London Hue #AC95A8
RGB
CMYK
RGB Variations
Color information
#AC95A8 (or 0xAC95A8) is known color: London Hue. HEX triplet: AC, 95 and A8. RGB value is (172,149,168). Sum of RGB (Red+Green+Blue) = 172+149+168=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #AC95A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC95A8 is #536A57. Grayscale: #9D9D9D. Windows color (decimal): -5466712 or 11048364. OLE color: 11048364.
HSL color Cylindrical-coordinate representation of color #AC95A8: hue angle of 310.43º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC95A8 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 149 | 168 | - |
CMYK | 0 | 0.13 | 0.02 | 0.33 |
HSL | 310.43º | 0.12% | 0.63% | - |
HSV(B) | 310.43º | 0.13% | 0.67% | - |
XYZ | 34.83 | 33.09 | 41.6 | - |
YUV | 158.04 | 133.62 | 137.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 149 | 168 | 0 | 0.13 | 0.02 | 0.33 | 310.43 | 0.12 | 0.63 |
Hex | AC | 95 | A8 | 0 | D | 2 | 21 | 136 | C | 3F |
Octal | 254 | 225 | 250 | 0 | 15 | 2 | 41 | 466 | 14 | 77 |
Binary | 10101100 | 10010101 | 10101000 | 0 | 1101 | 10 | 100001 | 100110110 | 1100 | 111111 |
Color Harmonies of #AC95A8
Complementary color
Monochromatic Colors of #AC95A8
Black with #AC95A8
Text Example
Text Example
White with #AC95A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC95A8; }
p { color: rgb(172,149,168); }
H1.HeaderClassName
{
color: #AC95A8;
}
.AnyTagClassName
{
color: #AC95A8;
}
</style>
background-color css
<style>
a { background-color: #AC95A8; }
a { background-color: rgb(172,149,168); }
div.DivClassName
{
background-color: #AC95A8;
}
.BgClassName
{
background-color: #AC95A8;
}
</style>
border-color css
<style>
span { border-color: #AC95A8; }
span { border-color: rgb(172,149,168); }
td.TdClassName
{
border-color: #AC95A8;
}
.TagClassName
{
border-color: #AC95A8;
}
</style>