Shades of Del Rio #A89A93
Tints of Del Rio #A89A93
RGB
CMYK
RGB Variations
Color information
#A89A93 (or 0xA89A93) is known color: Del Rio. HEX triplet: A8, 9A and 93. RGB value is (168,154,147). Sum of RGB (Red+Green+Blue) = 168+154+147=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89A93 is #57656C. Grayscale: #9D9D9D. Windows color (decimal): -5727597 or 9673384. OLE color: 9673384.
HSL color Cylindrical-coordinate representation of color #A89A93: hue angle of 20º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A89A93 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 147 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.34 |
| HSL | 20º | 0.11% | 0.62% | - |
| HSV(B) | 20º | 0.13% | 0.66% | - |
| XYZ | 32.97 | 33.54 | 32.34 | - |
| YUV | 157.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 147 | 0 | 0.08 | 0.13 | 0.34 | 20 | 0.11 | 0.62 |
| Hex | A8 | 9A | 93 | 0 | 8 | D | 22 | 14 | B | 3E |
| Octal | 250 | 232 | 223 | 0 | 10 | 15 | 42 | 24 | 13 | 76 |
| Binary | 10101000 | 10011010 | 10010011 | 0 | 1000 | 1101 | 100010 | 10100 | 1011 | 111110 |
Color Harmonies of #A89A93
Complementary color
Monochromatic Colors of #A89A93
Black with #A89A93
Text Example
Text Example
White with #A89A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89A93; }
p { color: rgb(168,154,147); }
H1.HeaderClassName
{
color: #A89A93;
}
.AnyTagClassName
{
color: #A89A93;
}
</style>
background-color css
<style>
a { background-color: #A89A93; }
a { background-color: rgb(168,154,147); }
div.DivClassName
{
background-color: #A89A93;
}
.BgClassName
{
background-color: #A89A93;
}
</style>
border-color css
<style>
span { border-color: #A89A93; }
span { border-color: rgb(168,154,147); }
td.TdClassName
{
border-color: #A89A93;
}
.TagClassName
{
border-color: #A89A93;
}
</style>