Shades of Del Rio #AD9588
Tints of Del Rio #AD9588
RGB
CMYK
RGB Variations
Color information
#AD9588 (or 0xAD9588) is known color: Del Rio. HEX triplet: AD, 95 and 88. RGB value is (173,149,136). Sum of RGB (Red+Green+Blue) = 173+149+136=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9588 is #526A77. Grayscale: #9A9A9A. Windows color (decimal): -5401208 or 8951213. OLE color: 8951213.
HSL color Cylindrical-coordinate representation of color #AD9588: hue angle of 21.08º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD9588 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 136 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.32 |
| HSL | 21.08º | 0.18% | 0.61% | - |
| HSV(B) | 21.08º | 0.21% | 0.68% | - |
| XYZ | 32.42 | 32.16 | 27.79 | - |
| YUV | 154.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 136 | 0 | 0.14 | 0.21 | 0.32 | 21.08 | 0.18 | 0.61 |
| Hex | AD | 95 | 88 | 0 | E | 15 | 20 | 15 | 12 | 3D |
| Octal | 255 | 225 | 210 | 0 | 16 | 25 | 40 | 25 | 22 | 75 |
| Binary | 10101101 | 10010101 | 10001000 | 0 | 1110 | 10101 | 100000 | 10101 | 10010 | 111101 |
Color Harmonies of #AD9588
Complementary color
Monochromatic Colors of #AD9588
Black with #AD9588
Text Example
Text Example
White with #AD9588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9588; }
p { color: rgb(173,149,136); }
H1.HeaderClassName
{
color: #AD9588;
}
.AnyTagClassName
{
color: #AD9588;
}
</style>
background-color css
<style>
a { background-color: #AD9588; }
a { background-color: rgb(173,149,136); }
div.DivClassName
{
background-color: #AD9588;
}
.BgClassName
{
background-color: #AD9588;
}
</style>
border-color css
<style>
span { border-color: #AD9588; }
span { border-color: rgb(173,149,136); }
td.TdClassName
{
border-color: #AD9588;
}
.TagClassName
{
border-color: #AD9588;
}
</style>