Shades of Del Rio #AC9D98
Tints of Del Rio #AC9D98
RGB
CMYK
RGB Variations
Color information
#AC9D98 (or 0xAC9D98) is known color: Del Rio. HEX triplet: AC, 9D and 98. RGB value is (172,157,152). Sum of RGB (Red+Green+Blue) = 172+157+152=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D98 is #536267. Grayscale: #A0A0A0. Windows color (decimal): -5464680 or 10001836. OLE color: 10001836.
HSL color Cylindrical-coordinate representation of color #AC9D98: hue angle of 15º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC9D98 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 157 | 152 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.33 |
| HSL | 15º | 0.11% | 0.64% | - |
| HSV(B) | 15º | 0.12% | 0.67% | - |
| XYZ | 34.74 | 35.15 | 34.66 | - |
| YUV | 160.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 157 | 152 | 0 | 0.09 | 0.12 | 0.33 | 15 | 0.11 | 0.64 |
| Hex | AC | 9D | 98 | 0 | 9 | C | 21 | F | B | 40 |
| Octal | 254 | 235 | 230 | 0 | 11 | 14 | 41 | 17 | 13 | 100 |
| Binary | 10101100 | 10011101 | 10011000 | 0 | 1001 | 1100 | 100001 | 1111 | 1011 | 1000000 |
Color Harmonies of #AC9D98
Complementary color
Monochromatic Colors of #AC9D98
Black with #AC9D98
Text Example
Text Example
White with #AC9D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9D98; }
p { color: rgb(172,157,152); }
H1.HeaderClassName
{
color: #AC9D98;
}
.AnyTagClassName
{
color: #AC9D98;
}
</style>
background-color css
<style>
a { background-color: #AC9D98; }
a { background-color: rgb(172,157,152); }
div.DivClassName
{
background-color: #AC9D98;
}
.BgClassName
{
background-color: #AC9D98;
}
</style>
border-color css
<style>
span { border-color: #AC9D98; }
span { border-color: rgb(172,157,152); }
td.TdClassName
{
border-color: #AC9D98;
}
.TagClassName
{
border-color: #AC9D98;
}
</style>