Shades of London Hue #AD9FAC
Tints of London Hue #AD9FAC
RGB
CMYK
RGB Variations
Color information
#AD9FAC (or 0xAD9FAC) is known color: London Hue. HEX triplet: AD, 9F and AC. RGB value is (173,159,172). Sum of RGB (Red+Green+Blue) = 173+159+172=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FAC is #526053. Grayscale: #A4A4A4. Windows color (decimal): -5398612 or 11313069. OLE color: 11313069.
HSL color Cylindrical-coordinate representation of color #AD9FAC: hue angle of 304.29º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AD9FAC is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 159 | 172 | - |
CMYK | 0 | 0.08 | 0.01 | 0.32 |
HSL | 304.29º | 0.08% | 0.65% | - |
HSV(B) | 304.29º | 0.08% | 0.68% | - |
XYZ | 37.08 | 36.66 | 44.15 | - |
YUV | 164.67 | 132.14 | 133.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 159 | 172 | 0 | 0.08 | 0.01 | 0.32 | 304.29 | 0.08 | 0.65 |
Hex | AD | 9F | AC | 0 | 8 | 1 | 20 | 130 | 8 | 41 |
Octal | 255 | 237 | 254 | 0 | 10 | 1 | 40 | 460 | 10 | 101 |
Binary | 10101101 | 10011111 | 10101100 | 0 | 1000 | 1 | 100000 | 100110000 | 1000 | 1000001 |
Color Harmonies of #AD9FAC
Complementary color
Monochromatic Colors of #AD9FAC
Black with #AD9FAC
Text Example
Text Example
White with #AD9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FAC; }
p { color: rgb(173,159,172); }
H1.HeaderClassName
{
color: #AD9FAC;
}
.AnyTagClassName
{
color: #AD9FAC;
}
</style>
background-color css
<style>
a { background-color: #AD9FAC; }
a { background-color: rgb(173,159,172); }
div.DivClassName
{
background-color: #AD9FAC;
}
.BgClassName
{
background-color: #AD9FAC;
}
</style>
border-color css
<style>
span { border-color: #AD9FAC; }
span { border-color: rgb(173,159,172); }
td.TdClassName
{
border-color: #AD9FAC;
}
.TagClassName
{
border-color: #AD9FAC;
}
</style>