Shades of Del Rio #AC988D
Tints of Del Rio #AC988D
RGB
CMYK
RGB Variations
Color information
#AC988D (or 0xAC988D) is known color: Del Rio. HEX triplet: AC, 98 and 8D. RGB value is (172,152,141). Sum of RGB (Red+Green+Blue) = 172+152+141=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC988D is #536772. Grayscale: #9C9C9C. Windows color (decimal): -5465971 or 9279660. OLE color: 9279660.
HSL color Cylindrical-coordinate representation of color #AC988D: hue angle of 21.29º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC988D is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 141 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.33 |
| HSL | 21.29º | 0.16% | 0.61% | - |
| HSV(B) | 21.29º | 0.18% | 0.67% | - |
| XYZ | 33.05 | 33.15 | 29.86 | - |
| YUV | 156.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 141 | 0 | 0.12 | 0.18 | 0.33 | 21.29 | 0.16 | 0.61 |
| Hex | AC | 98 | 8D | 0 | C | 12 | 21 | 15 | 10 | 3D |
| Octal | 254 | 230 | 215 | 0 | 14 | 22 | 41 | 25 | 20 | 75 |
| Binary | 10101100 | 10011000 | 10001101 | 0 | 1100 | 10010 | 100001 | 10101 | 10000 | 111101 |
Color Harmonies of #AC988D
Complementary color
Monochromatic Colors of #AC988D
Black with #AC988D
Text Example
Text Example
White with #AC988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC988D; }
p { color: rgb(172,152,141); }
H1.HeaderClassName
{
color: #AC988D;
}
.AnyTagClassName
{
color: #AC988D;
}
</style>
background-color css
<style>
a { background-color: #AC988D; }
a { background-color: rgb(172,152,141); }
div.DivClassName
{
background-color: #AC988D;
}
.BgClassName
{
background-color: #AC988D;
}
</style>
border-color css
<style>
span { border-color: #AC988D; }
span { border-color: rgb(172,152,141); }
td.TdClassName
{
border-color: #AC988D;
}
.TagClassName
{
border-color: #AC988D;
}
</style>