Shades of Del Rio #AD9B8E
Tints of Del Rio #AD9B8E
RGB
CMYK
RGB Variations
Color information
#AD9B8E (or 0xAD9B8E) is known color: Del Rio. HEX triplet: AD, 9B and 8E. RGB value is (173,155,142). Sum of RGB (Red+Green+Blue) = 173+155+142=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9B8E is #526471. Grayscale: #9E9E9E. Windows color (decimal): -5399666 or 9345965. OLE color: 9345965.
HSL color Cylindrical-coordinate representation of color #AD9B8E: hue angle of 25.16º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD9B8E is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 155 | 142 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.32 |
| HSL | 25.16º | 0.16% | 0.62% | - |
| HSV(B) | 25.16º | 0.18% | 0.68% | - |
| XYZ | 33.84 | 34.28 | 30.42 | - |
| YUV | 158.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 142 | 0 | 0.10 | 0.18 | 0.32 | 25.16 | 0.16 | 0.62 |
| Hex | AD | 9B | 8E | 0 | A | 12 | 20 | 19 | 10 | 3E |
| Octal | 255 | 233 | 216 | 0 | 12 | 22 | 40 | 31 | 20 | 76 |
| Binary | 10101101 | 10011011 | 10001110 | 0 | 1010 | 10010 | 100000 | 11001 | 10000 | 111110 |
Color Harmonies of #AD9B8E
Complementary color
Monochromatic Colors of #AD9B8E
Black with #AD9B8E
Text Example
Text Example
White with #AD9B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9B8E; }
p { color: rgb(173,155,142); }
H1.HeaderClassName
{
color: #AD9B8E;
}
.AnyTagClassName
{
color: #AD9B8E;
}
</style>
background-color css
<style>
a { background-color: #AD9B8E; }
a { background-color: rgb(173,155,142); }
div.DivClassName
{
background-color: #AD9B8E;
}
.BgClassName
{
background-color: #AD9B8E;
}
</style>
border-color css
<style>
span { border-color: #AD9B8E; }
span { border-color: rgb(173,155,142); }
td.TdClassName
{
border-color: #AD9B8E;
}
.TagClassName
{
border-color: #AD9B8E;
}
</style>