Shades of London Hue #AC98AB
Tints of London Hue #AC98AB
RGB
CMYK
RGB Variations
Color information
#AC98AB (or 0xAC98AB) is known color: London Hue. HEX triplet: AC, 98 and AB. RGB value is (172,152,171). Sum of RGB (Red+Green+Blue) = 172+152+171=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 172 - color contains mainly: red. Hex color #AC98AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC98AB is #536754. Grayscale: #A0A0A0. Windows color (decimal): -5465941 or 11245740. OLE color: 11245740.
HSL color Cylindrical-coordinate representation of color #AC98AB: hue angle of 303º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC98AB is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 171 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.33 |
| HSL | 303º | 0.11% | 0.64% | - |
| HSV(B) | 303º | 0.12% | 0.67% | - |
| XYZ | 35.59 | 34.17 | 43.25 | - |
| YUV | 160.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 171 | 0 | 0.12 | 0.01 | 0.33 | 303 | 0.11 | 0.64 |
| Hex | AC | 98 | AB | 0 | C | 1 | 21 | 12F | B | 40 |
| Octal | 254 | 230 | 253 | 0 | 14 | 1 | 41 | 457 | 13 | 100 |
| Binary | 10101100 | 10011000 | 10101011 | 0 | 1100 | 1 | 100001 | 100101111 | 1011 | 1000000 |
Color Harmonies of #AC98AB
Complementary color
Monochromatic Colors of #AC98AB
Black with #AC98AB
Text Example
Text Example
White with #AC98AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC98AB; }
p { color: rgb(172,152,171); }
H1.HeaderClassName
{
color: #AC98AB;
}
.AnyTagClassName
{
color: #AC98AB;
}
</style>
background-color css
<style>
a { background-color: #AC98AB; }
a { background-color: rgb(172,152,171); }
div.DivClassName
{
background-color: #AC98AB;
}
.BgClassName
{
background-color: #AC98AB;
}
</style>
border-color css
<style>
span { border-color: #AC98AB; }
span { border-color: rgb(172,152,171); }
td.TdClassName
{
border-color: #AC98AB;
}
.TagClassName
{
border-color: #AC98AB;
}
</style>