Shades of Del Rio #A69A95
Tints of Del Rio #A69A95
RGB
CMYK
RGB Variations
Color information
#A69A95 (or 0xA69A95) is known color: Del Rio. HEX triplet: A6, 9A and 95. RGB value is (166,154,149). Sum of RGB (Red+Green+Blue) = 166+154+149=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69A95 is #59656A. Grayscale: #9D9D9D. Windows color (decimal): -5858667 or 9804454. OLE color: 9804454.
HSL color Cylindrical-coordinate representation of color #A69A95: hue angle of 17.65º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A69A95 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 149 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.35 |
| HSL | 17.65º | 0.09% | 0.62% | - |
| HSV(B) | 17.65º | 0.1% | 0.65% | - |
| XYZ | 32.71 | 33.39 | 33.15 | - |
| YUV | 157.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 149 | 0 | 0.07 | 0.10 | 0.35 | 17.65 | 0.09 | 0.62 |
| Hex | A6 | 9A | 95 | 0 | 7 | A | 23 | 12 | 9 | 3E |
| Octal | 246 | 232 | 225 | 0 | 7 | 12 | 43 | 22 | 11 | 76 |
| Binary | 10100110 | 10011010 | 10010101 | 0 | 111 | 1010 | 100011 | 10010 | 1001 | 111110 |
Color Harmonies of #A69A95
Complementary color
Monochromatic Colors of #A69A95
Black with #A69A95
Text Example
Text Example
White with #A69A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A95; }
p { color: rgb(166,154,149); }
H1.HeaderClassName
{
color: #A69A95;
}
.AnyTagClassName
{
color: #A69A95;
}
</style>
background-color css
<style>
a { background-color: #A69A95; }
a { background-color: rgb(166,154,149); }
div.DivClassName
{
background-color: #A69A95;
}
.BgClassName
{
background-color: #A69A95;
}
</style>
border-color css
<style>
span { border-color: #A69A95; }
span { border-color: rgb(166,154,149); }
td.TdClassName
{
border-color: #A69A95;
}
.TagClassName
{
border-color: #A69A95;
}
</style>