Shades of London Hue #AD88A5
Tints of London Hue #AD88A5
RGB
CMYK
RGB Variations
Color information
#AD88A5 (or 0xAD88A5) is known color: London Hue. HEX triplet: AD, 88 and A5. RGB value is (173,136,165). Sum of RGB (Red+Green+Blue) = 173+136+165=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD88A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD88A5 is #52775A. Grayscale: #969696. Windows color (decimal): -5404507 or 10848429. OLE color: 10848429.
HSL color Cylindrical-coordinate representation of color #AD88A5: hue angle of 312.97º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD88A5 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 165 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.32 |
| HSL | 312.97º | 0.18% | 0.61% | - |
| HSV(B) | 312.97º | 0.21% | 0.68% | - |
| XYZ | 32.83 | 29.21 | 39.5 | - |
| YUV | 150.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 165 | 0 | 0.21 | 0.05 | 0.32 | 312.97 | 0.18 | 0.61 |
| Hex | AD | 88 | A5 | 0 | 15 | 5 | 20 | 139 | 12 | 3D |
| Octal | 255 | 210 | 245 | 0 | 25 | 5 | 40 | 471 | 22 | 75 |
| Binary | 10101101 | 10001000 | 10100101 | 0 | 10101 | 101 | 100000 | 100111001 | 10010 | 111101 |
Color Harmonies of #AD88A5
Complementary color
Monochromatic Colors of #AD88A5
Black with #AD88A5
Text Example
Text Example
White with #AD88A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88A5; }
p { color: rgb(173,136,165); }
H1.HeaderClassName
{
color: #AD88A5;
}
.AnyTagClassName
{
color: #AD88A5;
}
</style>
background-color css
<style>
a { background-color: #AD88A5; }
a { background-color: rgb(173,136,165); }
div.DivClassName
{
background-color: #AD88A5;
}
.BgClassName
{
background-color: #AD88A5;
}
</style>
border-color css
<style>
span { border-color: #AD88A5; }
span { border-color: rgb(173,136,165); }
td.TdClassName
{
border-color: #AD88A5;
}
.TagClassName
{
border-color: #AD88A5;
}
</style>