Shades of Del Rio #AD9C90
Tints of Del Rio #AD9C90
RGB
CMYK
RGB Variations
Color information
#AD9C90 (or 0xAD9C90) is known color: Del Rio. HEX triplet: AD, 9C and 90. RGB value is (173,156,144). Sum of RGB (Red+Green+Blue) = 173+156+144=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9C90 is #52636F. Grayscale: #9F9F9F. Windows color (decimal): -5399408 or 9477293. OLE color: 9477293.
HSL color Cylindrical-coordinate representation of color #AD9C90: hue angle of 24.83º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD9C90 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 144 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.32 |
| HSL | 24.83º | 0.15% | 0.62% | - |
| HSV(B) | 24.83º | 0.17% | 0.68% | - |
| XYZ | 34.16 | 34.67 | 31.28 | - |
| YUV | 159.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 144 | 0 | 0.10 | 0.17 | 0.32 | 24.83 | 0.15 | 0.62 |
| Hex | AD | 9C | 90 | 0 | A | 11 | 20 | 19 | F | 3E |
| Octal | 255 | 234 | 220 | 0 | 12 | 21 | 40 | 31 | 17 | 76 |
| Binary | 10101101 | 10011100 | 10010000 | 0 | 1010 | 10001 | 100000 | 11001 | 1111 | 111110 |
Color Harmonies of #AD9C90
Complementary color
Monochromatic Colors of #AD9C90
Black with #AD9C90
Text Example
Text Example
White with #AD9C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C90; }
p { color: rgb(173,156,144); }
H1.HeaderClassName
{
color: #AD9C90;
}
.AnyTagClassName
{
color: #AD9C90;
}
</style>
background-color css
<style>
a { background-color: #AD9C90; }
a { background-color: rgb(173,156,144); }
div.DivClassName
{
background-color: #AD9C90;
}
.BgClassName
{
background-color: #AD9C90;
}
</style>
border-color css
<style>
span { border-color: #AD9C90; }
span { border-color: rgb(173,156,144); }
td.TdClassName
{
border-color: #AD9C90;
}
.TagClassName
{
border-color: #AD9C90;
}
</style>