Shades of Del Rio #AD9E99
Tints of Del Rio #AD9E99
RGB
CMYK
RGB Variations
Color information
#AD9E99 (or 0xAD9E99) is known color: Del Rio. HEX triplet: AD, 9E and 99. RGB value is (173,158,153). Sum of RGB (Red+Green+Blue) = 173+158+153=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9E99 is #526166. Grayscale: #A1A1A1. Windows color (decimal): -5398887 or 10067629. OLE color: 10067629.
HSL color Cylindrical-coordinate representation of color #AD9E99: hue angle of 15º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AD9E99 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 153 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.32 |
| HSL | 15º | 0.11% | 0.64% | - |
| HSV(B) | 15º | 0.12% | 0.68% | - |
| XYZ | 35.21 | 35.64 | 35.16 | - |
| YUV | 161.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 153 | 0 | 0.09 | 0.12 | 0.32 | 15 | 0.11 | 0.64 |
| Hex | AD | 9E | 99 | 0 | 9 | C | 20 | F | B | 40 |
| Octal | 255 | 236 | 231 | 0 | 11 | 14 | 40 | 17 | 13 | 100 |
| Binary | 10101101 | 10011110 | 10011001 | 0 | 1001 | 1100 | 100000 | 1111 | 1011 | 1000000 |
Color Harmonies of #AD9E99
Complementary color
Monochromatic Colors of #AD9E99
Black with #AD9E99
Text Example
Text Example
White with #AD9E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E99; }
p { color: rgb(173,158,153); }
H1.HeaderClassName
{
color: #AD9E99;
}
.AnyTagClassName
{
color: #AD9E99;
}
</style>
background-color css
<style>
a { background-color: #AD9E99; }
a { background-color: rgb(173,158,153); }
div.DivClassName
{
background-color: #AD9E99;
}
.BgClassName
{
background-color: #AD9E99;
}
</style>
border-color css
<style>
span { border-color: #AD9E99; }
span { border-color: rgb(173,158,153); }
td.TdClassName
{
border-color: #AD9E99;
}
.TagClassName
{
border-color: #AD9E99;
}
</style>