Shades of Del Rio #AC948A
Tints of Del Rio #AC948A
RGB
CMYK
RGB Variations
Color information
#AC948A (or 0xAC948A) is known color: Del Rio. HEX triplet: AC, 94 and 8A. RGB value is (172,148,138). Sum of RGB (Red+Green+Blue) = 172+148+138=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC948A is #536B75. Grayscale: #9A9A9A. Windows color (decimal): -5466998 or 9082028. OLE color: 9082028.
HSL color Cylindrical-coordinate representation of color #AC948A: hue angle of 17.65º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC948A is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 138 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.33 |
| HSL | 17.65º | 0.17% | 0.61% | - |
| HSV(B) | 17.65º | 0.2% | 0.67% | - |
| XYZ | 32.19 | 31.79 | 28.48 | - |
| YUV | 154.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 138 | 0 | 0.14 | 0.20 | 0.33 | 17.65 | 0.17 | 0.61 |
| Hex | AC | 94 | 8A | 0 | E | 14 | 21 | 12 | 11 | 3D |
| Octal | 254 | 224 | 212 | 0 | 16 | 24 | 41 | 22 | 21 | 75 |
| Binary | 10101100 | 10010100 | 10001010 | 0 | 1110 | 10100 | 100001 | 10010 | 10001 | 111101 |
Color Harmonies of #AC948A
Complementary color
Monochromatic Colors of #AC948A
Black with #AC948A
Text Example
Text Example
White with #AC948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC948A; }
p { color: rgb(172,148,138); }
H1.HeaderClassName
{
color: #AC948A;
}
.AnyTagClassName
{
color: #AC948A;
}
</style>
background-color css
<style>
a { background-color: #AC948A; }
a { background-color: rgb(172,148,138); }
div.DivClassName
{
background-color: #AC948A;
}
.BgClassName
{
background-color: #AC948A;
}
</style>
border-color css
<style>
span { border-color: #AC948A; }
span { border-color: rgb(172,148,138); }
td.TdClassName
{
border-color: #AC948A;
}
.TagClassName
{
border-color: #AC948A;
}
</style>