Shades of Del Rio #AD9992
Tints of Del Rio #AD9992
RGB
CMYK
RGB Variations
Color information
#AD9992 (or 0xAD9992) is known color: Del Rio. HEX triplet: AD, 99 and 92. RGB value is (173,153,146). Sum of RGB (Red+Green+Blue) = 173+153+146=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9992 is #52666D. Grayscale: #9E9E9E. Windows color (decimal): -5400174 or 9607597. OLE color: 9607597.
HSL color Cylindrical-coordinate representation of color #AD9992: hue angle of 15.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9992 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 146 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.32 |
| HSL | 15.56º | 0.14% | 0.63% | - |
| HSV(B) | 15.56º | 0.16% | 0.68% | - |
| XYZ | 33.81 | 33.74 | 31.92 | - |
| YUV | 158.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 146 | 0 | 0.12 | 0.16 | 0.32 | 15.56 | 0.14 | 0.63 |
| Hex | AD | 99 | 92 | 0 | C | 10 | 20 | 10 | E | 3F |
| Octal | 255 | 231 | 222 | 0 | 14 | 20 | 40 | 20 | 16 | 77 |
| Binary | 10101101 | 10011001 | 10010010 | 0 | 1100 | 10000 | 100000 | 10000 | 1110 | 111111 |
Color Harmonies of #AD9992
Complementary color
Monochromatic Colors of #AD9992
Black with #AD9992
Text Example
Text Example
White with #AD9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9992; }
p { color: rgb(173,153,146); }
H1.HeaderClassName
{
color: #AD9992;
}
.AnyTagClassName
{
color: #AD9992;
}
</style>
background-color css
<style>
a { background-color: #AD9992; }
a { background-color: rgb(173,153,146); }
div.DivClassName
{
background-color: #AD9992;
}
.BgClassName
{
background-color: #AD9992;
}
</style>
border-color css
<style>
span { border-color: #AD9992; }
span { border-color: rgb(173,153,146); }
td.TdClassName
{
border-color: #AD9992;
}
.TagClassName
{
border-color: #AD9992;
}
</style>