Shades of Del Rio #ADA19A
Tints of Del Rio #ADA19A
RGB
CMYK
RGB Variations
Color information
#ADA19A (or 0xADA19A) is known color: Del Rio. HEX triplet: AD, A1 and 9A. RGB value is (173,161,154). Sum of RGB (Red+Green+Blue) = 173+161+154=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA19A is #525E65. Grayscale: #A3A3A3. Windows color (decimal): -5398118 or 10133933. OLE color: 10133933.
HSL color Cylindrical-coordinate representation of color #ADA19A: hue angle of 22.11º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADA19A is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 154 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.32 |
| HSL | 22.11º | 0.1% | 0.64% | - |
| HSV(B) | 22.11º | 0.11% | 0.68% | - |
| XYZ | 35.81 | 36.71 | 35.77 | - |
| YUV | 163.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 154 | 0 | 0.07 | 0.11 | 0.32 | 22.11 | 0.1 | 0.64 |
| Hex | AD | A1 | 9A | 0 | 7 | B | 20 | 16 | A | 40 |
| Octal | 255 | 241 | 232 | 0 | 7 | 13 | 40 | 26 | 12 | 100 |
| Binary | 10101101 | 10100001 | 10011010 | 0 | 111 | 1011 | 100000 | 10110 | 1010 | 1000000 |
Color Harmonies of #ADA19A
Complementary color
Monochromatic Colors of #ADA19A
Black with #ADA19A
Text Example
Text Example
White with #ADA19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA19A; }
p { color: rgb(173,161,154); }
H1.HeaderClassName
{
color: #ADA19A;
}
.AnyTagClassName
{
color: #ADA19A;
}
</style>
background-color css
<style>
a { background-color: #ADA19A; }
a { background-color: rgb(173,161,154); }
div.DivClassName
{
background-color: #ADA19A;
}
.BgClassName
{
background-color: #ADA19A;
}
</style>
border-color css
<style>
span { border-color: #ADA19A; }
span { border-color: rgb(173,161,154); }
td.TdClassName
{
border-color: #ADA19A;
}
.TagClassName
{
border-color: #ADA19A;
}
</style>