Shades of Del Rio #AD9C91
Tints of Del Rio #AD9C91
RGB
CMYK
RGB Variations
Color information
#AD9C91 (or 0xAD9C91) is known color: Del Rio. HEX triplet: AD, 9C and 91. RGB value is (173,156,145). Sum of RGB (Red+Green+Blue) = 173+156+145=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9C91 is #52636E. Grayscale: #9F9F9F. Windows color (decimal): -5399407 or 9542829. OLE color: 9542829.
HSL color Cylindrical-coordinate representation of color #AD9C91: hue angle of 23.57º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9C91 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 145 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.32 |
| HSL | 23.57º | 0.15% | 0.62% | - |
| HSV(B) | 23.57º | 0.16% | 0.68% | - |
| XYZ | 34.23 | 34.71 | 31.68 | - |
| YUV | 159.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 145 | 0 | 0.10 | 0.16 | 0.32 | 23.57 | 0.15 | 0.62 |
| Hex | AD | 9C | 91 | 0 | A | 10 | 20 | 18 | F | 3E |
| Octal | 255 | 234 | 221 | 0 | 12 | 20 | 40 | 30 | 17 | 76 |
| Binary | 10101101 | 10011100 | 10010001 | 0 | 1010 | 10000 | 100000 | 11000 | 1111 | 111110 |
Color Harmonies of #AD9C91
Complementary color
Monochromatic Colors of #AD9C91
Black with #AD9C91
Text Example
Text Example
White with #AD9C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C91; }
p { color: rgb(173,156,145); }
H1.HeaderClassName
{
color: #AD9C91;
}
.AnyTagClassName
{
color: #AD9C91;
}
</style>
background-color css
<style>
a { background-color: #AD9C91; }
a { background-color: rgb(173,156,145); }
div.DivClassName
{
background-color: #AD9C91;
}
.BgClassName
{
background-color: #AD9C91;
}
</style>
border-color css
<style>
span { border-color: #AD9C91; }
span { border-color: rgb(173,156,145); }
td.TdClassName
{
border-color: #AD9C91;
}
.TagClassName
{
border-color: #AD9C91;
}
</style>