Shades of Del Rio #A6968F
Tints of Del Rio #A6968F
RGB
CMYK
RGB Variations
Color information
#A6968F (or 0xA6968F) is known color: Del Rio. HEX triplet: A6, 96 and 8F. RGB value is (166,150,143). Sum of RGB (Red+Green+Blue) = 166+150+143=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 166 - color contains mainly: red. Hex color #A6968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6968F is #596970. Grayscale: #9A9A9A. Windows color (decimal): -5859697 or 9410214. OLE color: 9410214.
HSL color Cylindrical-coordinate representation of color #A6968F: hue angle of 18.26º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6968F is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 150 | 143 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.35 |
| HSL | 18.26º | 0.11% | 0.61% | - |
| HSV(B) | 18.26º | 0.14% | 0.65% | - |
| XYZ | 31.59 | 31.9 | 30.48 | - |
| YUV | 153.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 143 | 0 | 0.10 | 0.14 | 0.35 | 18.26 | 0.11 | 0.61 |
| Hex | A6 | 96 | 8F | 0 | A | E | 23 | 12 | B | 3D |
| Octal | 246 | 226 | 217 | 0 | 12 | 16 | 43 | 22 | 13 | 75 |
| Binary | 10100110 | 10010110 | 10001111 | 0 | 1010 | 1110 | 100011 | 10010 | 1011 | 111101 |
Color Harmonies of #A6968F
Complementary color
Monochromatic Colors of #A6968F
Black with #A6968F
Text Example
Text Example
White with #A6968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6968F; }
p { color: rgb(166,150,143); }
H1.HeaderClassName
{
color: #A6968F;
}
.AnyTagClassName
{
color: #A6968F;
}
</style>
background-color css
<style>
a { background-color: #A6968F; }
a { background-color: rgb(166,150,143); }
div.DivClassName
{
background-color: #A6968F;
}
.BgClassName
{
background-color: #A6968F;
}
</style>
border-color css
<style>
span { border-color: #A6968F; }
span { border-color: rgb(166,150,143); }
td.TdClassName
{
border-color: #A6968F;
}
.TagClassName
{
border-color: #A6968F;
}
</style>