Shades of Del Rio #A99890
Tints of Del Rio #A99890
RGB
CMYK
RGB Variations
Color information
#A99890 (or 0xA99890) is known color: Del Rio. HEX triplet: A9, 98 and 90. RGB value is (169,152,144). Sum of RGB (Red+Green+Blue) = 169+152+144=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 169 - color contains mainly: red. Hex color #A99890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99890 is #56676F. Grayscale: #9C9C9C. Windows color (decimal): -5662576 or 9476265. OLE color: 9476265.
HSL color Cylindrical-coordinate representation of color #A99890: hue angle of 19.2º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A99890 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 144 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.34 |
| HSL | 19.2º | 0.13% | 0.61% | - |
| HSV(B) | 19.2º | 0.15% | 0.66% | - |
| XYZ | 32.62 | 32.91 | 31.02 | - |
| YUV | 156.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 144 | 0 | 0.10 | 0.15 | 0.34 | 19.2 | 0.13 | 0.61 |
| Hex | A9 | 98 | 90 | 0 | A | F | 22 | 13 | D | 3D |
| Octal | 251 | 230 | 220 | 0 | 12 | 17 | 42 | 23 | 15 | 75 |
| Binary | 10101001 | 10011000 | 10010000 | 0 | 1010 | 1111 | 100010 | 10011 | 1101 | 111101 |
Color Harmonies of #A99890
Complementary color
Monochromatic Colors of #A99890
Black with #A99890
Text Example
Text Example
White with #A99890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99890; }
p { color: rgb(169,152,144); }
H1.HeaderClassName
{
color: #A99890;
}
.AnyTagClassName
{
color: #A99890;
}
</style>
background-color css
<style>
a { background-color: #A99890; }
a { background-color: rgb(169,152,144); }
div.DivClassName
{
background-color: #A99890;
}
.BgClassName
{
background-color: #A99890;
}
</style>
border-color css
<style>
span { border-color: #A99890; }
span { border-color: rgb(169,152,144); }
td.TdClassName
{
border-color: #A99890;
}
.TagClassName
{
border-color: #A99890;
}
</style>