Shades of Del Rio #A79A93
Tints of Del Rio #A79A93
RGB
CMYK
RGB Variations
Color information
#A79A93 (or 0xA79A93) is known color: Del Rio. HEX triplet: A7, 9A and 93. RGB value is (167,154,147). Sum of RGB (Red+Green+Blue) = 167+154+147=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79A93 is #58656C. Grayscale: #9D9D9D. Windows color (decimal): -5793133 or 9673383. OLE color: 9673383.
HSL color Cylindrical-coordinate representation of color #A79A93: hue angle of 21º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A79A93 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 154 | 147 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.35 |
| HSL | 21º | 0.1% | 0.62% | - |
| HSV(B) | 21º | 0.12% | 0.65% | - |
| XYZ | 32.76 | 33.43 | 32.33 | - |
| YUV | 157.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 154 | 147 | 0 | 0.08 | 0.12 | 0.35 | 21 | 0.1 | 0.62 |
| Hex | A7 | 9A | 93 | 0 | 8 | C | 23 | 15 | A | 3E |
| Octal | 247 | 232 | 223 | 0 | 10 | 14 | 43 | 25 | 12 | 76 |
| Binary | 10100111 | 10011010 | 10010011 | 0 | 1000 | 1100 | 100011 | 10101 | 1010 | 111110 |
Color Harmonies of #A79A93
Complementary color
Monochromatic Colors of #A79A93
Black with #A79A93
Text Example
Text Example
White with #A79A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79A93; }
p { color: rgb(167,154,147); }
H1.HeaderClassName
{
color: #A79A93;
}
.AnyTagClassName
{
color: #A79A93;
}
</style>
background-color css
<style>
a { background-color: #A79A93; }
a { background-color: rgb(167,154,147); }
div.DivClassName
{
background-color: #A79A93;
}
.BgClassName
{
background-color: #A79A93;
}
</style>
border-color css
<style>
span { border-color: #A79A93; }
span { border-color: rgb(167,154,147); }
td.TdClassName
{
border-color: #A79A93;
}
.TagClassName
{
border-color: #A79A93;
}
</style>