Shades of London Hue #AC99AD
Tints of London Hue #AC99AD
RGB
CMYK
RGB Variations
Color information
#AC99AD (or 0xAC99AD) is known color: London Hue. HEX triplet: AC, 99 and AD. RGB value is (172,153,173). Sum of RGB (Red+Green+Blue) = 172+153+173=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC99AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99AD is #536652. Grayscale: #A0A0A0. Windows color (decimal): -5465683 or 11377068. OLE color: 11377068.
HSL color Cylindrical-coordinate representation of color #AC99AD: hue angle of 297º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC99AD is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 153 | 173 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.32 |
| HSL | 297º | 0.11% | 0.64% | - |
| HSV(B) | 297º | 0.12% | 0.68% | - |
| XYZ | 35.95 | 34.57 | 44.31 | - |
| YUV | 160.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 173 | 0.01 | 0.12 | 0 | 0.32 | 297 | 0.11 | 0.64 |
| Hex | AC | 99 | AD | 1 | C | 0 | 20 | 129 | B | 40 |
| Octal | 254 | 231 | 255 | 1 | 14 | 0 | 40 | 451 | 13 | 100 |
| Binary | 10101100 | 10011001 | 10101101 | 1 | 1100 | 0 | 100000 | 100101001 | 1011 | 1000000 |
Color Harmonies of #AC99AD
Complementary color
Monochromatic Colors of #AC99AD
Black with #AC99AD
Text Example
Text Example
White with #AC99AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99AD; }
p { color: rgb(172,153,173); }
H1.HeaderClassName
{
color: #AC99AD;
}
.AnyTagClassName
{
color: #AC99AD;
}
</style>
background-color css
<style>
a { background-color: #AC99AD; }
a { background-color: rgb(172,153,173); }
div.DivClassName
{
background-color: #AC99AD;
}
.BgClassName
{
background-color: #AC99AD;
}
</style>
border-color css
<style>
span { border-color: #AC99AD; }
span { border-color: rgb(172,153,173); }
td.TdClassName
{
border-color: #AC99AD;
}
.TagClassName
{
border-color: #AC99AD;
}
</style>