Shades of Del Rio #AC998E
Tints of Del Rio #AC998E
RGB
CMYK
RGB Variations
Color information
#AC998E (or 0xAC998E) is known color: Del Rio. HEX triplet: AC, 99 and 8E. RGB value is (172,153,142). Sum of RGB (Red+Green+Blue) = 172+153+142=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC998E is #536671. Grayscale: #9D9D9D. Windows color (decimal): -5465714 or 9345452. OLE color: 9345452.
HSL color Cylindrical-coordinate representation of color #AC998E: hue angle of 22º 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 #AC998E is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 142 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.33 |
| HSL | 22º | 0.15% | 0.62% | - |
| HSV(B) | 22º | 0.17% | 0.67% | - |
| XYZ | 33.29 | 33.51 | 30.3 | - |
| YUV | 157.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 142 | 0 | 0.11 | 0.17 | 0.33 | 22 | 0.15 | 0.62 |
| Hex | AC | 99 | 8E | 0 | B | 11 | 21 | 16 | F | 3E |
| Octal | 254 | 231 | 216 | 0 | 13 | 21 | 41 | 26 | 17 | 76 |
| Binary | 10101100 | 10011001 | 10001110 | 0 | 1011 | 10001 | 100001 | 10110 | 1111 | 111110 |
Color Harmonies of #AC998E
Complementary color
Monochromatic Colors of #AC998E
Black with #AC998E
Text Example
Text Example
White with #AC998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC998E; }
p { color: rgb(172,153,142); }
H1.HeaderClassName
{
color: #AC998E;
}
.AnyTagClassName
{
color: #AC998E;
}
</style>
background-color css
<style>
a { background-color: #AC998E; }
a { background-color: rgb(172,153,142); }
div.DivClassName
{
background-color: #AC998E;
}
.BgClassName
{
background-color: #AC998E;
}
</style>
border-color css
<style>
span { border-color: #AC998E; }
span { border-color: rgb(172,153,142); }
td.TdClassName
{
border-color: #AC998E;
}
.TagClassName
{
border-color: #AC998E;
}
</style>