Shades of Del Rio #AD9288
Tints of Del Rio #AD9288
RGB
CMYK
RGB Variations
Color information
#AD9288 (or 0xAD9288) is known color: Del Rio. HEX triplet: AD, 92 and 88. RGB value is (173,146,136). Sum of RGB (Red+Green+Blue) = 173+146+136=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9288 is #526D77. Grayscale: #999999. Windows color (decimal): -5401976 or 8950445. OLE color: 8950445.
HSL color Cylindrical-coordinate representation of color #AD9288: hue angle of 16.22º 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 #AD9288 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 136 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.32 |
| HSL | 16.22º | 0.18% | 0.61% | - |
| HSV(B) | 16.22º | 0.21% | 0.68% | - |
| XYZ | 31.96 | 31.22 | 27.63 | - |
| YUV | 152.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 136 | 0 | 0.16 | 0.21 | 0.32 | 16.22 | 0.18 | 0.61 |
| Hex | AD | 92 | 88 | 0 | 10 | 15 | 20 | 10 | 12 | 3D |
| Octal | 255 | 222 | 210 | 0 | 20 | 25 | 40 | 20 | 22 | 75 |
| Binary | 10101101 | 10010010 | 10001000 | 0 | 10000 | 10101 | 100000 | 10000 | 10010 | 111101 |
Color Harmonies of #AD9288
Complementary color
Monochromatic Colors of #AD9288
Black with #AD9288
Text Example
Text Example
White with #AD9288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9288; }
p { color: rgb(173,146,136); }
H1.HeaderClassName
{
color: #AD9288;
}
.AnyTagClassName
{
color: #AD9288;
}
</style>
background-color css
<style>
a { background-color: #AD9288; }
a { background-color: rgb(173,146,136); }
div.DivClassName
{
background-color: #AD9288;
}
.BgClassName
{
background-color: #AD9288;
}
</style>
border-color css
<style>
span { border-color: #AD9288; }
span { border-color: rgb(173,146,136); }
td.TdClassName
{
border-color: #AD9288;
}
.TagClassName
{
border-color: #AD9288;
}
</style>