Shades of Del Rio #AD998C
Tints of Del Rio #AD998C
RGB
CMYK
RGB Variations
Color information
#AD998C (or 0xAD998C) is known color: Del Rio. HEX triplet: AD, 99 and 8C. RGB value is (173,153,140). Sum of RGB (Red+Green+Blue) = 173+153+140=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD998C is #526673. Grayscale: #9D9D9D. Windows color (decimal): -5400180 or 9214381. OLE color: 9214381.
HSL color Cylindrical-coordinate representation of color #AD998C: hue angle of 23.64º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD998C is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 140 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.32 |
| HSL | 23.64º | 0.17% | 0.61% | - |
| HSV(B) | 23.64º | 0.19% | 0.68% | - |
| XYZ | 33.36 | 33.56 | 29.53 | - |
| YUV | 157.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 140 | 0 | 0.12 | 0.19 | 0.32 | 23.64 | 0.17 | 0.61 |
| Hex | AD | 99 | 8C | 0 | C | 13 | 20 | 18 | 11 | 3D |
| Octal | 255 | 231 | 214 | 0 | 14 | 23 | 40 | 30 | 21 | 75 |
| Binary | 10101101 | 10011001 | 10001100 | 0 | 1100 | 10011 | 100000 | 11000 | 10001 | 111101 |
Color Harmonies of #AD998C
Complementary color
Monochromatic Colors of #AD998C
Black with #AD998C
Text Example
Text Example
White with #AD998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD998C; }
p { color: rgb(173,153,140); }
H1.HeaderClassName
{
color: #AD998C;
}
.AnyTagClassName
{
color: #AD998C;
}
</style>
background-color css
<style>
a { background-color: #AD998C; }
a { background-color: rgb(173,153,140); }
div.DivClassName
{
background-color: #AD998C;
}
.BgClassName
{
background-color: #AD998C;
}
</style>
border-color css
<style>
span { border-color: #AD998C; }
span { border-color: rgb(173,153,140); }
td.TdClassName
{
border-color: #AD998C;
}
.TagClassName
{
border-color: #AD998C;
}
</style>