Shades of Del Rio #A89B95
Tints of Del Rio #A89B95
RGB
CMYK
RGB Variations
Color information
#A89B95 (or 0xA89B95) is known color: Del Rio. HEX triplet: A8, 9B and 95. RGB value is (168,155,149). Sum of RGB (Red+Green+Blue) = 168+155+149=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89B95 is #57646A. Grayscale: #9E9E9E. Windows color (decimal): -5727339 or 9804712. OLE color: 9804712.
HSL color Cylindrical-coordinate representation of color #A89B95: hue angle of 18.95º 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 #A89B95 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 155 | 149 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.34 |
| HSL | 18.95º | 0.1% | 0.62% | - |
| HSV(B) | 18.95º | 0.11% | 0.66% | - |
| XYZ | 33.29 | 33.94 | 33.23 | - |
| YUV | 158.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 149 | 0 | 0.08 | 0.11 | 0.34 | 18.95 | 0.1 | 0.62 |
| Hex | A8 | 9B | 95 | 0 | 8 | B | 22 | 13 | A | 3E |
| Octal | 250 | 233 | 225 | 0 | 10 | 13 | 42 | 23 | 12 | 76 |
| Binary | 10101000 | 10011011 | 10010101 | 0 | 1000 | 1011 | 100010 | 10011 | 1010 | 111110 |
Color Harmonies of #A89B95
Complementary color
Monochromatic Colors of #A89B95
Black with #A89B95
Text Example
Text Example
White with #A89B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89B95; }
p { color: rgb(168,155,149); }
H1.HeaderClassName
{
color: #A89B95;
}
.AnyTagClassName
{
color: #A89B95;
}
</style>
background-color css
<style>
a { background-color: #A89B95; }
a { background-color: rgb(168,155,149); }
div.DivClassName
{
background-color: #A89B95;
}
.BgClassName
{
background-color: #A89B95;
}
</style>
border-color css
<style>
span { border-color: #A89B95; }
span { border-color: rgb(168,155,149); }
td.TdClassName
{
border-color: #A89B95;
}
.TagClassName
{
border-color: #A89B95;
}
</style>