Shades of Del Rio #ADA099
Tints of Del Rio #ADA099
RGB
CMYK
RGB Variations
Color information
#ADA099 (or 0xADA099) is known color: Del Rio. HEX triplet: AD, A0 and 99. RGB value is (173,160,153). Sum of RGB (Red+Green+Blue) = 173+160+153=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA099 is #525F66. Grayscale: #A3A3A3. Windows color (decimal): -5398375 or 10068141. OLE color: 10068141.
HSL color Cylindrical-coordinate representation of color #ADA099: hue angle of 21º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADA099 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 153 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.32 |
| HSL | 21º | 0.11% | 0.64% | - |
| HSV(B) | 21º | 0.12% | 0.68% | - |
| XYZ | 35.55 | 36.33 | 35.27 | - |
| YUV | 163.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 153 | 0 | 0.08 | 0.12 | 0.32 | 21 | 0.11 | 0.64 |
| Hex | AD | A0 | 99 | 0 | 8 | C | 20 | 15 | B | 40 |
| Octal | 255 | 240 | 231 | 0 | 10 | 14 | 40 | 25 | 13 | 100 |
| Binary | 10101101 | 10100000 | 10011001 | 0 | 1000 | 1100 | 100000 | 10101 | 1011 | 1000000 |
Color Harmonies of #ADA099
Complementary color
Monochromatic Colors of #ADA099
Black with #ADA099
Text Example
Text Example
White with #ADA099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA099; }
p { color: rgb(173,160,153); }
H1.HeaderClassName
{
color: #ADA099;
}
.AnyTagClassName
{
color: #ADA099;
}
</style>
background-color css
<style>
a { background-color: #ADA099; }
a { background-color: rgb(173,160,153); }
div.DivClassName
{
background-color: #ADA099;
}
.BgClassName
{
background-color: #ADA099;
}
</style>
border-color css
<style>
span { border-color: #ADA099; }
span { border-color: rgb(173,160,153); }
td.TdClassName
{
border-color: #ADA099;
}
.TagClassName
{
border-color: #ADA099;
}
</style>