Shades of London Hue #AC9BAD
Tints of London Hue #AC9BAD
RGB
CMYK
RGB Variations
Color information
#AC9BAD (or 0xAC9BAD) is known color: London Hue. HEX triplet: AC, 9B and AD. RGB value is (172,155,173). Sum of RGB (Red+Green+Blue) = 172+155+173=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC9BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BAD is #536452. Grayscale: #A2A2A2. Windows color (decimal): -5465171 or 11377580. OLE color: 11377580.
HSL color Cylindrical-coordinate representation of color #AC9BAD: hue angle of 296.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AC9BAD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 155 | 173 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.32 |
| HSL | 296.67º | 0.1% | 0.64% | - |
| HSV(B) | 296.67º | 0.1% | 0.68% | - |
| XYZ | 36.28 | 35.23 | 44.42 | - |
| YUV | 162.14 | 134.13 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 173 | 0.01 | 0.10 | 0 | 0.32 | 296.67 | 0.1 | 0.64 |
| Hex | AC | 9B | AD | 1 | A | 0 | 20 | 129 | A | 40 |
| Octal | 254 | 233 | 255 | 1 | 12 | 0 | 40 | 451 | 12 | 100 |
| Binary | 10101100 | 10011011 | 10101101 | 1 | 1010 | 0 | 100000 | 100101001 | 1010 | 1000000 |
Color Harmonies of #AC9BAD
Complementary color
Monochromatic Colors of #AC9BAD
Black with #AC9BAD
Text Example
Text Example
White with #AC9BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9BAD; }
p { color: rgb(172,155,173); }
H1.HeaderClassName
{
color: #AC9BAD;
}
.AnyTagClassName
{
color: #AC9BAD;
}
</style>
background-color css
<style>
a { background-color: #AC9BAD; }
a { background-color: rgb(172,155,173); }
div.DivClassName
{
background-color: #AC9BAD;
}
.BgClassName
{
background-color: #AC9BAD;
}
</style>
border-color css
<style>
span { border-color: #AC9BAD; }
span { border-color: rgb(172,155,173); }
td.TdClassName
{
border-color: #AC9BAD;
}
.TagClassName
{
border-color: #AC9BAD;
}
</style>