Shades of London Hue #AD97AC
Tints of London Hue #AD97AC
RGB
CMYK
RGB Variations
Color information
#AD97AC (or 0xAD97AC) is known color: London Hue. HEX triplet: AD, 97 and AC. RGB value is (173,151,172). Sum of RGB (Red+Green+Blue) = 173+151+172=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 173 - color contains mainly: red. Hex color #AD97AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD97AC is #526853. Grayscale: #9F9F9F. Windows color (decimal): -5400660 or 11311021. OLE color: 11311021.
HSL color Cylindrical-coordinate representation of color #AD97AC: hue angle of 302.73º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AD97AC is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 151 | 172 | - |
CMYK | 0 | 0.13 | 0.01 | 0.32 |
HSL | 302.73º | 0.12% | 0.64% | - |
HSV(B) | 302.73º | 0.13% | 0.68% | - |
XYZ | 35.75 | 34 | 43.71 | - |
YUV | 159.97 | 134.79 | 137.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 151 | 172 | 0 | 0.13 | 0.01 | 0.32 | 302.73 | 0.12 | 0.64 |
Hex | AD | 97 | AC | 0 | D | 1 | 20 | 12F | C | 40 |
Octal | 255 | 227 | 254 | 0 | 15 | 1 | 40 | 457 | 14 | 100 |
Binary | 10101101 | 10010111 | 10101100 | 0 | 1101 | 1 | 100000 | 100101111 | 1100 | 1000000 |
Color Harmonies of #AD97AC
Complementary color
Monochromatic Colors of #AD97AC
Black with #AD97AC
Text Example
Text Example
White with #AD97AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD97AC; }
p { color: rgb(173,151,172); }
H1.HeaderClassName
{
color: #AD97AC;
}
.AnyTagClassName
{
color: #AD97AC;
}
</style>
background-color css
<style>
a { background-color: #AD97AC; }
a { background-color: rgb(173,151,172); }
div.DivClassName
{
background-color: #AD97AC;
}
.BgClassName
{
background-color: #AD97AC;
}
</style>
border-color css
<style>
span { border-color: #AD97AC; }
span { border-color: rgb(173,151,172); }
td.TdClassName
{
border-color: #AD97AC;
}
.TagClassName
{
border-color: #AD97AC;
}
</style>