Shades of Del Rio #AD9F99
Tints of Del Rio #AD9F99
RGB
CMYK
RGB Variations
Color information
#AD9F99 (or 0xAD9F99) is known color: Del Rio. HEX triplet: AD, 9F and 99. RGB value is (173,159,153). Sum of RGB (Red+Green+Blue) = 173+159+153=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F99 is #526066. Grayscale: #A2A2A2. Windows color (decimal): -5398631 or 10067885. OLE color: 10067885.
HSL color Cylindrical-coordinate representation of color #AD9F99: hue angle of 18º 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 #AD9F99 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 153 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.32 |
| HSL | 18º | 0.11% | 0.64% | - |
| HSV(B) | 18º | 0.12% | 0.68% | - |
| XYZ | 35.38 | 35.98 | 35.22 | - |
| YUV | 162.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 153 | 0 | 0.08 | 0.12 | 0.32 | 18 | 0.11 | 0.64 |
| Hex | AD | 9F | 99 | 0 | 8 | C | 20 | 12 | B | 40 |
| Octal | 255 | 237 | 231 | 0 | 10 | 14 | 40 | 22 | 13 | 100 |
| Binary | 10101101 | 10011111 | 10011001 | 0 | 1000 | 1100 | 100000 | 10010 | 1011 | 1000000 |
Color Harmonies of #AD9F99
Complementary color
Monochromatic Colors of #AD9F99
Black with #AD9F99
Text Example
Text Example
White with #AD9F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F99; }
p { color: rgb(173,159,153); }
H1.HeaderClassName
{
color: #AD9F99;
}
.AnyTagClassName
{
color: #AD9F99;
}
</style>
background-color css
<style>
a { background-color: #AD9F99; }
a { background-color: rgb(173,159,153); }
div.DivClassName
{
background-color: #AD9F99;
}
.BgClassName
{
background-color: #AD9F99;
}
</style>
border-color css
<style>
span { border-color: #AD9F99; }
span { border-color: rgb(173,159,153); }
td.TdClassName
{
border-color: #AD9F99;
}
.TagClassName
{
border-color: #AD9F99;
}
</style>