Shades of Del Rio #A89A95
Tints of Del Rio #A89A95
RGB
CMYK
RGB Variations
Color information
#A89A95 (or 0xA89A95) is known color: Del Rio. HEX triplet: A8, 9A and 95. RGB value is (168,154,149). Sum of RGB (Red+Green+Blue) = 168+154+149=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89A95 is #57656A. Grayscale: #9D9D9D. Windows color (decimal): -5727595 or 9804456. OLE color: 9804456.
HSL color Cylindrical-coordinate representation of color #A89A95: hue angle of 15.79º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A89A95 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 149 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.34 |
| HSL | 15.79º | 0.1% | 0.62% | - |
| HSV(B) | 15.79º | 0.11% | 0.66% | - |
| XYZ | 33.13 | 33.61 | 33.17 | - |
| YUV | 157.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 149 | 0 | 0.08 | 0.11 | 0.34 | 15.79 | 0.1 | 0.62 |
| Hex | A8 | 9A | 95 | 0 | 8 | B | 22 | 10 | A | 3E |
| Octal | 250 | 232 | 225 | 0 | 10 | 13 | 42 | 20 | 12 | 76 |
| Binary | 10101000 | 10011010 | 10010101 | 0 | 1000 | 1011 | 100010 | 10000 | 1010 | 111110 |
Color Harmonies of #A89A95
Complementary color
Monochromatic Colors of #A89A95
Black with #A89A95
Text Example
Text Example
White with #A89A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89A95; }
p { color: rgb(168,154,149); }
H1.HeaderClassName
{
color: #A89A95;
}
.AnyTagClassName
{
color: #A89A95;
}
</style>
background-color css
<style>
a { background-color: #A89A95; }
a { background-color: rgb(168,154,149); }
div.DivClassName
{
background-color: #A89A95;
}
.BgClassName
{
background-color: #A89A95;
}
</style>
border-color css
<style>
span { border-color: #A89A95; }
span { border-color: rgb(168,154,149); }
td.TdClassName
{
border-color: #A89A95;
}
.TagClassName
{
border-color: #A89A95;
}
</style>