Shades of Del Rio #AD978B
Tints of Del Rio #AD978B
RGB
CMYK
RGB Variations
Color information
#AD978B (or 0xAD978B) is known color: Del Rio. HEX triplet: AD, 97 and 8B. RGB value is (173,151,139). Sum of RGB (Red+Green+Blue) = 173+151+139=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD978B is #526874. Grayscale: #9C9C9C. Windows color (decimal): -5400693 or 9148333. OLE color: 9148333.
HSL color Cylindrical-coordinate representation of color #AD978B: hue angle of 21.18º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD978B is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 139 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.32 |
| HSL | 21.18º | 0.17% | 0.61% | - |
| HSV(B) | 21.18º | 0.2% | 0.68% | - |
| XYZ | 32.96 | 32.88 | 29.04 | - |
| YUV | 156.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 139 | 0 | 0.13 | 0.20 | 0.32 | 21.18 | 0.17 | 0.61 |
| Hex | AD | 97 | 8B | 0 | D | 14 | 20 | 15 | 11 | 3D |
| Octal | 255 | 227 | 213 | 0 | 15 | 24 | 40 | 25 | 21 | 75 |
| Binary | 10101101 | 10010111 | 10001011 | 0 | 1101 | 10100 | 100000 | 10101 | 10001 | 111101 |
Color Harmonies of #AD978B
Complementary color
Monochromatic Colors of #AD978B
Black with #AD978B
Text Example
Text Example
White with #AD978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD978B; }
p { color: rgb(173,151,139); }
H1.HeaderClassName
{
color: #AD978B;
}
.AnyTagClassName
{
color: #AD978B;
}
</style>
background-color css
<style>
a { background-color: #AD978B; }
a { background-color: rgb(173,151,139); }
div.DivClassName
{
background-color: #AD978B;
}
.BgClassName
{
background-color: #AD978B;
}
</style>
border-color css
<style>
span { border-color: #AD978B; }
span { border-color: rgb(173,151,139); }
td.TdClassName
{
border-color: #AD978B;
}
.TagClassName
{
border-color: #AD978B;
}
</style>