Shades of Del Rio #AD968B
Tints of Del Rio #AD968B
RGB
CMYK
RGB Variations
Color information
#AD968B (or 0xAD968B) is known color: Del Rio. HEX triplet: AD, 96 and 8B. RGB value is (173,150,139). Sum of RGB (Red+Green+Blue) = 173+150+139=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD968B is #526974. Grayscale: #9B9B9B. Windows color (decimal): -5400949 or 9148077. OLE color: 9148077.
HSL color Cylindrical-coordinate representation of color #AD968B: hue angle of 19.41º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD968B is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 139 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.32 |
| HSL | 19.41º | 0.17% | 0.61% | - |
| HSV(B) | 19.41º | 0.2% | 0.68% | - |
| XYZ | 32.8 | 32.56 | 28.98 | - |
| YUV | 155.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 139 | 0 | 0.13 | 0.20 | 0.32 | 19.41 | 0.17 | 0.61 |
| Hex | AD | 96 | 8B | 0 | D | 14 | 20 | 13 | 11 | 3D |
| Octal | 255 | 226 | 213 | 0 | 15 | 24 | 40 | 23 | 21 | 75 |
| Binary | 10101101 | 10010110 | 10001011 | 0 | 1101 | 10100 | 100000 | 10011 | 10001 | 111101 |
Color Harmonies of #AD968B
Complementary color
Monochromatic Colors of #AD968B
Black with #AD968B
Text Example
Text Example
White with #AD968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD968B; }
p { color: rgb(173,150,139); }
H1.HeaderClassName
{
color: #AD968B;
}
.AnyTagClassName
{
color: #AD968B;
}
</style>
background-color css
<style>
a { background-color: #AD968B; }
a { background-color: rgb(173,150,139); }
div.DivClassName
{
background-color: #AD968B;
}
.BgClassName
{
background-color: #AD968B;
}
</style>
border-color css
<style>
span { border-color: #AD968B; }
span { border-color: rgb(173,150,139); }
td.TdClassName
{
border-color: #AD968B;
}
.TagClassName
{
border-color: #AD968B;
}
</style>