Shades of Del Rio #A89F9B
Tints of Del Rio #A89F9B
RGB
CMYK
RGB Variations
Color information
#A89F9B (or 0xA89F9B) is known color: Del Rio. HEX triplet: A8, 9F and 9B. RGB value is (168,159,155). Sum of RGB (Red+Green+Blue) = 168+159+155=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89F9B is #576064. Grayscale: #A1A1A1. Windows color (decimal): -5726309 or 10198952. OLE color: 10198952.
HSL color Cylindrical-coordinate representation of color #A89F9B: hue angle of 18.46º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A89F9B is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 155 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.34 |
| HSL | 18.46º | 0.07% | 0.63% | - |
| HSV(B) | 18.46º | 0.08% | 0.66% | - |
| XYZ | 34.46 | 35.49 | 36.04 | - |
| YUV | 161.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 155 | 0 | 0.05 | 0.08 | 0.34 | 18.46 | 0.07 | 0.63 |
| Hex | A8 | 9F | 9B | 0 | 5 | 8 | 22 | 12 | 7 | 3F |
| Octal | 250 | 237 | 233 | 0 | 5 | 10 | 42 | 22 | 7 | 77 |
| Binary | 10101000 | 10011111 | 10011011 | 0 | 101 | 1000 | 100010 | 10010 | 111 | 111111 |
Color Harmonies of #A89F9B
Complementary color
Monochromatic Colors of #A89F9B
Black with #A89F9B
Text Example
Text Example
White with #A89F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F9B; }
p { color: rgb(168,159,155); }
H1.HeaderClassName
{
color: #A89F9B;
}
.AnyTagClassName
{
color: #A89F9B;
}
</style>
background-color css
<style>
a { background-color: #A89F9B; }
a { background-color: rgb(168,159,155); }
div.DivClassName
{
background-color: #A89F9B;
}
.BgClassName
{
background-color: #A89F9B;
}
</style>
border-color css
<style>
span { border-color: #A89F9B; }
span { border-color: rgb(168,159,155); }
td.TdClassName
{
border-color: #A89F9B;
}
.TagClassName
{
border-color: #A89F9B;
}
</style>