Shades of Del Rio #AC9993
Tints of Del Rio #AC9993
RGB
CMYK
RGB Variations
Color information
#AC9993 (or 0xAC9993) is known color: Del Rio. HEX triplet: AC, 99 and 93. RGB value is (172,153,147). Sum of RGB (Red+Green+Blue) = 172+153+147=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9993 is #53666C. Grayscale: #9E9E9E. Windows color (decimal): -5465709 or 9673132. OLE color: 9673132.
HSL color Cylindrical-coordinate representation of color #AC9993: hue angle of 14.4º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC9993 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 147 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.33 |
| HSL | 14.4º | 0.13% | 0.63% | - |
| HSV(B) | 14.4º | 0.15% | 0.67% | - |
| XYZ | 33.67 | 33.66 | 32.33 | - |
| YUV | 158 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 147 | 0 | 0.11 | 0.15 | 0.33 | 14.4 | 0.13 | 0.63 |
| Hex | AC | 99 | 93 | 0 | B | F | 21 | E | D | 3F |
| Octal | 254 | 231 | 223 | 0 | 13 | 17 | 41 | 16 | 15 | 77 |
| Binary | 10101100 | 10011001 | 10010011 | 0 | 1011 | 1111 | 100001 | 1110 | 1101 | 111111 |
Color Harmonies of #AC9993
Complementary color
Monochromatic Colors of #AC9993
Black with #AC9993
Text Example
Text Example
White with #AC9993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9993; }
p { color: rgb(172,153,147); }
H1.HeaderClassName
{
color: #AC9993;
}
.AnyTagClassName
{
color: #AC9993;
}
</style>
background-color css
<style>
a { background-color: #AC9993; }
a { background-color: rgb(172,153,147); }
div.DivClassName
{
background-color: #AC9993;
}
.BgClassName
{
background-color: #AC9993;
}
</style>
border-color css
<style>
span { border-color: #AC9993; }
span { border-color: rgb(172,153,147); }
td.TdClassName
{
border-color: #AC9993;
}
.TagClassName
{
border-color: #AC9993;
}
</style>