Shades of Del Rio #AD978D
Tints of Del Rio #AD978D
RGB
CMYK
RGB Variations
Color information
#AD978D (or 0xAD978D) is known color: Del Rio. HEX triplet: AD, 97 and 8D. RGB value is (173,151,141). Sum of RGB (Red+Green+Blue) = 173+151+141=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD978D is #526872. Grayscale: #9C9C9C. Windows color (decimal): -5400691 or 9279405. OLE color: 9279405.
HSL color Cylindrical-coordinate representation of color #AD978D: hue angle of 18.75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD978D is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 141 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.32 |
| HSL | 18.75º | 0.16% | 0.62% | - |
| HSV(B) | 18.75º | 0.18% | 0.68% | - |
| XYZ | 33.11 | 32.94 | 29.81 | - |
| YUV | 156.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 141 | 0 | 0.13 | 0.18 | 0.32 | 18.75 | 0.16 | 0.62 |
| Hex | AD | 97 | 8D | 0 | D | 12 | 20 | 13 | 10 | 3E |
| Octal | 255 | 227 | 215 | 0 | 15 | 22 | 40 | 23 | 20 | 76 |
| Binary | 10101101 | 10010111 | 10001101 | 0 | 1101 | 10010 | 100000 | 10011 | 10000 | 111110 |
Color Harmonies of #AD978D
Complementary color
Monochromatic Colors of #AD978D
Black with #AD978D
Text Example
Text Example
White with #AD978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD978D; }
p { color: rgb(173,151,141); }
H1.HeaderClassName
{
color: #AD978D;
}
.AnyTagClassName
{
color: #AD978D;
}
</style>
background-color css
<style>
a { background-color: #AD978D; }
a { background-color: rgb(173,151,141); }
div.DivClassName
{
background-color: #AD978D;
}
.BgClassName
{
background-color: #AD978D;
}
</style>
border-color css
<style>
span { border-color: #AD978D; }
span { border-color: rgb(173,151,141); }
td.TdClassName
{
border-color: #AD978D;
}
.TagClassName
{
border-color: #AD978D;
}
</style>