Shades of Del Rio #AD9E97
Tints of Del Rio #AD9E97
RGB
CMYK
RGB Variations
Color information
#AD9E97 (or 0xAD9E97) is known color: Del Rio. HEX triplet: AD, 9E and 97. RGB value is (173,158,151). Sum of RGB (Red+Green+Blue) = 173+158+151=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9E97 is #526168. Grayscale: #A1A1A1. Windows color (decimal): -5398889 or 9936557. OLE color: 9936557.
HSL color Cylindrical-coordinate representation of color #AD9E97: hue angle of 19.09º 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 #AD9E97 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 151 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.32 |
| HSL | 19.09º | 0.12% | 0.64% | - |
| HSV(B) | 19.09º | 0.13% | 0.68% | - |
| XYZ | 35.05 | 35.57 | 34.3 | - |
| YUV | 161.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 151 | 0 | 0.09 | 0.13 | 0.32 | 19.09 | 0.12 | 0.64 |
| Hex | AD | 9E | 97 | 0 | 9 | D | 20 | 13 | C | 40 |
| Octal | 255 | 236 | 227 | 0 | 11 | 15 | 40 | 23 | 14 | 100 |
| Binary | 10101101 | 10011110 | 10010111 | 0 | 1001 | 1101 | 100000 | 10011 | 1100 | 1000000 |
Color Harmonies of #AD9E97
Complementary color
Monochromatic Colors of #AD9E97
Black with #AD9E97
Text Example
Text Example
White with #AD9E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E97; }
p { color: rgb(173,158,151); }
H1.HeaderClassName
{
color: #AD9E97;
}
.AnyTagClassName
{
color: #AD9E97;
}
</style>
background-color css
<style>
a { background-color: #AD9E97; }
a { background-color: rgb(173,158,151); }
div.DivClassName
{
background-color: #AD9E97;
}
.BgClassName
{
background-color: #AD9E97;
}
</style>
border-color css
<style>
span { border-color: #AD9E97; }
span { border-color: rgb(173,158,151); }
td.TdClassName
{
border-color: #AD9E97;
}
.TagClassName
{
border-color: #AD9E97;
}
</style>