Shades of Del Rio #A49994
Tints of Del Rio #A49994
RGB
CMYK
RGB Variations
Color information
#A49994 (or 0xA49994) is known color: Del Rio. HEX triplet: A4, 99 and 94. RGB value is (164,153,148). Sum of RGB (Red+Green+Blue) = 164+153+148=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 164 - color contains mainly: red. Hex color #A49994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49994 is #5B666B. Grayscale: #9B9B9B. Windows color (decimal): -5989996 or 9738660. OLE color: 9738660.
HSL color Cylindrical-coordinate representation of color #A49994: hue angle of 18.75º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A49994 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 153 | 148 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.36 |
| HSL | 18.75º | 0.08% | 0.61% | - |
| HSV(B) | 18.75º | 0.1% | 0.64% | - |
| XYZ | 32.05 | 32.81 | 32.66 | - |
| YUV | 155.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 148 | 0 | 0.07 | 0.10 | 0.36 | 18.75 | 0.08 | 0.61 |
| Hex | A4 | 99 | 94 | 0 | 7 | A | 24 | 13 | 8 | 3D |
| Octal | 244 | 231 | 224 | 0 | 7 | 12 | 44 | 23 | 10 | 75 |
| Binary | 10100100 | 10011001 | 10010100 | 0 | 111 | 1010 | 100100 | 10011 | 1000 | 111101 |
Color Harmonies of #A49994
Complementary color
Monochromatic Colors of #A49994
Black with #A49994
Text Example
Text Example
White with #A49994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49994; }
p { color: rgb(164,153,148); }
H1.HeaderClassName
{
color: #A49994;
}
.AnyTagClassName
{
color: #A49994;
}
</style>
background-color css
<style>
a { background-color: #A49994; }
a { background-color: rgb(164,153,148); }
div.DivClassName
{
background-color: #A49994;
}
.BgClassName
{
background-color: #A49994;
}
</style>
border-color css
<style>
span { border-color: #A49994; }
span { border-color: rgb(164,153,148); }
td.TdClassName
{
border-color: #A49994;
}
.TagClassName
{
border-color: #A49994;
}
</style>