Shades of Del Rio #AC988E
Tints of Del Rio #AC988E
RGB
CMYK
RGB Variations
Color information
#AC988E (or 0xAC988E) is known color: Del Rio. HEX triplet: AC, 98 and 8E. RGB value is (172,152,142). Sum of RGB (Red+Green+Blue) = 172+152+142=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC988E is #536771. Grayscale: #9C9C9C. Windows color (decimal): -5465970 or 9345196. OLE color: 9345196.
HSL color Cylindrical-coordinate representation of color #AC988E: hue angle of 20º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC988E is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 142 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.33 |
| HSL | 20º | 0.15% | 0.62% | - |
| HSV(B) | 20º | 0.17% | 0.67% | - |
| XYZ | 33.12 | 33.18 | 30.25 | - |
| YUV | 156.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 142 | 0 | 0.12 | 0.17 | 0.33 | 20 | 0.15 | 0.62 |
| Hex | AC | 98 | 8E | 0 | C | 11 | 21 | 14 | F | 3E |
| Octal | 254 | 230 | 216 | 0 | 14 | 21 | 41 | 24 | 17 | 76 |
| Binary | 10101100 | 10011000 | 10001110 | 0 | 1100 | 10001 | 100001 | 10100 | 1111 | 111110 |
Color Harmonies of #AC988E
Complementary color
Monochromatic Colors of #AC988E
Black with #AC988E
Text Example
Text Example
White with #AC988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC988E; }
p { color: rgb(172,152,142); }
H1.HeaderClassName
{
color: #AC988E;
}
.AnyTagClassName
{
color: #AC988E;
}
</style>
background-color css
<style>
a { background-color: #AC988E; }
a { background-color: rgb(172,152,142); }
div.DivClassName
{
background-color: #AC988E;
}
.BgClassName
{
background-color: #AC988E;
}
</style>
border-color css
<style>
span { border-color: #AC988E; }
span { border-color: rgb(172,152,142); }
td.TdClassName
{
border-color: #AC988E;
}
.TagClassName
{
border-color: #AC988E;
}
</style>