Shades of Del Rio #A9968F
Tints of Del Rio #A9968F
RGB
CMYK
RGB Variations
Color information
#A9968F (or 0xA9968F) is known color: Del Rio. HEX triplet: A9, 96 and 8F. RGB value is (169,150,143). Sum of RGB (Red+Green+Blue) = 169+150+143=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 169 - color contains mainly: red. Hex color #A9968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9968F is #566970. Grayscale: #9A9A9A. Windows color (decimal): -5663089 or 9410217. OLE color: 9410217.
HSL color Cylindrical-coordinate representation of color #A9968F: hue angle of 16.15º 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 #A9968F is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 143 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.34 |
| HSL | 16.15º | 0.13% | 0.61% | - |
| HSV(B) | 16.15º | 0.15% | 0.66% | - |
| XYZ | 32.23 | 32.23 | 30.51 | - |
| YUV | 154.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 143 | 0 | 0.11 | 0.15 | 0.34 | 16.15 | 0.13 | 0.61 |
| Hex | A9 | 96 | 8F | 0 | B | F | 22 | 10 | D | 3D |
| Octal | 251 | 226 | 217 | 0 | 13 | 17 | 42 | 20 | 15 | 75 |
| Binary | 10101001 | 10010110 | 10001111 | 0 | 1011 | 1111 | 100010 | 10000 | 1101 | 111101 |
Color Harmonies of #A9968F
Complementary color
Monochromatic Colors of #A9968F
Black with #A9968F
Text Example
Text Example
White with #A9968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9968F; }
p { color: rgb(169,150,143); }
H1.HeaderClassName
{
color: #A9968F;
}
.AnyTagClassName
{
color: #A9968F;
}
</style>
background-color css
<style>
a { background-color: #A9968F; }
a { background-color: rgb(169,150,143); }
div.DivClassName
{
background-color: #A9968F;
}
.BgClassName
{
background-color: #A9968F;
}
</style>
border-color css
<style>
span { border-color: #A9968F; }
span { border-color: rgb(169,150,143); }
td.TdClassName
{
border-color: #A9968F;
}
.TagClassName
{
border-color: #A9968F;
}
</style>