Shades of Del Rio #AD9B93
Tints of Del Rio #AD9B93
RGB
CMYK
RGB Variations
Color information
#AD9B93 (or 0xAD9B93) is known color: Del Rio. HEX triplet: AD, 9B and 93. RGB value is (173,155,147). Sum of RGB (Red+Green+Blue) = 173+155+147=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9B93 is #52646C. Grayscale: #9F9F9F. Windows color (decimal): -5399661 or 9673645. OLE color: 9673645.
HSL color Cylindrical-coordinate representation of color #AD9B93: hue angle of 18.46º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AD9B93 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 155 | 147 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.32 |
| HSL | 18.46º | 0.14% | 0.63% | - |
| HSV(B) | 18.46º | 0.15% | 0.68% | - |
| XYZ | 34.22 | 34.43 | 32.45 | - |
| YUV | 159.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 147 | 0 | 0.10 | 0.15 | 0.32 | 18.46 | 0.14 | 0.63 |
| Hex | AD | 9B | 93 | 0 | A | F | 20 | 12 | E | 3F |
| Octal | 255 | 233 | 223 | 0 | 12 | 17 | 40 | 22 | 16 | 77 |
| Binary | 10101101 | 10011011 | 10010011 | 0 | 1010 | 1111 | 100000 | 10010 | 1110 | 111111 |
Color Harmonies of #AD9B93
Complementary color
Monochromatic Colors of #AD9B93
Black with #AD9B93
Text Example
Text Example
White with #AD9B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9B93; }
p { color: rgb(173,155,147); }
H1.HeaderClassName
{
color: #AD9B93;
}
.AnyTagClassName
{
color: #AD9B93;
}
</style>
background-color css
<style>
a { background-color: #AD9B93; }
a { background-color: rgb(173,155,147); }
div.DivClassName
{
background-color: #AD9B93;
}
.BgClassName
{
background-color: #AD9B93;
}
</style>
border-color css
<style>
span { border-color: #AD9B93; }
span { border-color: rgb(173,155,147); }
td.TdClassName
{
border-color: #AD9B93;
}
.TagClassName
{
border-color: #AD9B93;
}
</style>