Shades of Del Rio #AD958D
Tints of Del Rio #AD958D
RGB
CMYK
RGB Variations
Color information
#AD958D (or 0xAD958D) is known color: Del Rio. HEX triplet: AD, 95 and 8D. RGB value is (173,149,141). Sum of RGB (Red+Green+Blue) = 173+149+141=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD958D is #526A72. Grayscale: #9B9B9B. Windows color (decimal): -5401203 or 9278893. OLE color: 9278893.
HSL color Cylindrical-coordinate representation of color #AD958D: hue angle of 15º 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 #AD958D is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 141 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.32 |
| HSL | 15º | 0.16% | 0.62% | - |
| HSV(B) | 15º | 0.18% | 0.68% | - |
| XYZ | 32.79 | 32.3 | 29.71 | - |
| YUV | 155.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 141 | 0 | 0.14 | 0.18 | 0.32 | 15 | 0.16 | 0.62 |
| Hex | AD | 95 | 8D | 0 | E | 12 | 20 | F | 10 | 3E |
| Octal | 255 | 225 | 215 | 0 | 16 | 22 | 40 | 17 | 20 | 76 |
| Binary | 10101101 | 10010101 | 10001101 | 0 | 1110 | 10010 | 100000 | 1111 | 10000 | 111110 |
Color Harmonies of #AD958D
Complementary color
Monochromatic Colors of #AD958D
Black with #AD958D
Text Example
Text Example
White with #AD958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD958D; }
p { color: rgb(173,149,141); }
H1.HeaderClassName
{
color: #AD958D;
}
.AnyTagClassName
{
color: #AD958D;
}
</style>
background-color css
<style>
a { background-color: #AD958D; }
a { background-color: rgb(173,149,141); }
div.DivClassName
{
background-color: #AD958D;
}
.BgClassName
{
background-color: #AD958D;
}
</style>
border-color css
<style>
span { border-color: #AD958D; }
span { border-color: rgb(173,149,141); }
td.TdClassName
{
border-color: #AD958D;
}
.TagClassName
{
border-color: #AD958D;
}
</style>