Shades of Del Rio #A89F99
Tints of Del Rio #A89F99
RGB
CMYK
RGB Variations
Color information
#A89F99 (or 0xA89F99) is known color: Del Rio. HEX triplet: A8, 9F and 99. RGB value is (168,159,153). Sum of RGB (Red+Green+Blue) = 168+159+153=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89F99 is #576066. Grayscale: #A1A1A1. Windows color (decimal): -5726311 or 10067880. OLE color: 10067880.
HSL color Cylindrical-coordinate representation of color #A89F99: hue angle of 24º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A89F99 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 153 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.34 |
| HSL | 24º | 0.08% | 0.63% | - |
| HSV(B) | 24º | 0.09% | 0.66% | - |
| XYZ | 34.3 | 35.42 | 35.17 | - |
| YUV | 161.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 153 | 0 | 0.05 | 0.09 | 0.34 | 24 | 0.08 | 0.63 |
| Hex | A8 | 9F | 99 | 0 | 5 | 9 | 22 | 18 | 8 | 3F |
| Octal | 250 | 237 | 231 | 0 | 5 | 11 | 42 | 30 | 10 | 77 |
| Binary | 10101000 | 10011111 | 10011001 | 0 | 101 | 1001 | 100010 | 11000 | 1000 | 111111 |
Color Harmonies of #A89F99
Complementary color
Monochromatic Colors of #A89F99
Black with #A89F99
Text Example
Text Example
White with #A89F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F99; }
p { color: rgb(168,159,153); }
H1.HeaderClassName
{
color: #A89F99;
}
.AnyTagClassName
{
color: #A89F99;
}
</style>
background-color css
<style>
a { background-color: #A89F99; }
a { background-color: rgb(168,159,153); }
div.DivClassName
{
background-color: #A89F99;
}
.BgClassName
{
background-color: #A89F99;
}
</style>
border-color css
<style>
span { border-color: #A89F99; }
span { border-color: rgb(168,159,153); }
td.TdClassName
{
border-color: #A89F99;
}
.TagClassName
{
border-color: #A89F99;
}
</style>