Shades of London Hue #AC98AD
Tints of London Hue #AC98AD
RGB
CMYK
RGB Variations
Color information
#AC98AD (or 0xAC98AD) is known color: London Hue. HEX triplet: AC, 98 and AD. RGB value is (172,152,173). Sum of RGB (Red+Green+Blue) = 172+152+173=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC98AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC98AD is #536752. Grayscale: #A0A0A0. Windows color (decimal): -5465939 or 11376812. OLE color: 11376812.
HSL color Cylindrical-coordinate representation of color #AC98AD: hue angle of 297.14º 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 #AC98AD is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 152 | 173 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.32 |
| HSL | 297.14º | 0.11% | 0.64% | - |
| HSV(B) | 297.14º | 0.12% | 0.68% | - |
| XYZ | 35.78 | 34.24 | 44.26 | - |
| YUV | 160.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 173 | 0.01 | 0.12 | 0 | 0.32 | 297.14 | 0.11 | 0.64 |
| Hex | AC | 98 | AD | 1 | C | 0 | 20 | 129 | B | 40 |
| Octal | 254 | 230 | 255 | 1 | 14 | 0 | 40 | 451 | 13 | 100 |
| Binary | 10101100 | 10011000 | 10101101 | 1 | 1100 | 0 | 100000 | 100101001 | 1011 | 1000000 |
Color Harmonies of #AC98AD
Complementary color
Monochromatic Colors of #AC98AD
Black with #AC98AD
Text Example
Text Example
White with #AC98AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC98AD; }
p { color: rgb(172,152,173); }
H1.HeaderClassName
{
color: #AC98AD;
}
.AnyTagClassName
{
color: #AC98AD;
}
</style>
background-color css
<style>
a { background-color: #AC98AD; }
a { background-color: rgb(172,152,173); }
div.DivClassName
{
background-color: #AC98AD;
}
.BgClassName
{
background-color: #AC98AD;
}
</style>
border-color css
<style>
span { border-color: #AC98AD; }
span { border-color: rgb(172,152,173); }
td.TdClassName
{
border-color: #AC98AD;
}
.TagClassName
{
border-color: #AC98AD;
}
</style>