Shades of London Hue #AD91A5
Tints of London Hue #AD91A5
RGB
CMYK
RGB Variations
Color information
#AD91A5 (or 0xAD91A5) is known color: London Hue. HEX triplet: AD, 91 and A5. RGB value is (173,145,165). Sum of RGB (Red+Green+Blue) = 173+145+165=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #AD91A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD91A5 is #526E5A. Grayscale: #9B9B9B. Windows color (decimal): -5402203 or 10850733. OLE color: 10850733.
HSL color Cylindrical-coordinate representation of color #AD91A5: hue angle of 317.14º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD91A5 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 165 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.32 |
| HSL | 317.14º | 0.15% | 0.62% | - |
| HSV(B) | 317.14º | 0.16% | 0.68% | - |
| XYZ | 34.15 | 31.85 | 39.95 | - |
| YUV | 155.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 165 | 0 | 0.16 | 0.05 | 0.32 | 317.14 | 0.15 | 0.62 |
| Hex | AD | 91 | A5 | 0 | 10 | 5 | 20 | 13D | F | 3E |
| Octal | 255 | 221 | 245 | 0 | 20 | 5 | 40 | 475 | 17 | 76 |
| Binary | 10101101 | 10010001 | 10100101 | 0 | 10000 | 101 | 100000 | 100111101 | 1111 | 111110 |
Color Harmonies of #AD91A5
Complementary color
Monochromatic Colors of #AD91A5
Black with #AD91A5
Text Example
Text Example
White with #AD91A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91A5; }
p { color: rgb(173,145,165); }
H1.HeaderClassName
{
color: #AD91A5;
}
.AnyTagClassName
{
color: #AD91A5;
}
</style>
background-color css
<style>
a { background-color: #AD91A5; }
a { background-color: rgb(173,145,165); }
div.DivClassName
{
background-color: #AD91A5;
}
.BgClassName
{
background-color: #AD91A5;
}
</style>
border-color css
<style>
span { border-color: #AD91A5; }
span { border-color: rgb(173,145,165); }
td.TdClassName
{
border-color: #AD91A5;
}
.TagClassName
{
border-color: #AD91A5;
}
</style>