Shades of Del Rio #AC948B
Tints of Del Rio #AC948B
RGB
CMYK
RGB Variations
Color information
#AC948B (or 0xAC948B) is known color: Del Rio. HEX triplet: AC, 94 and 8B. RGB value is (172,148,139). Sum of RGB (Red+Green+Blue) = 172+148+139=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC948B is #536B74. Grayscale: #9A9A9A. Windows color (decimal): -5466997 or 9147564. OLE color: 9147564.
HSL color Cylindrical-coordinate representation of color #AC948B: hue angle of 16.36º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC948B is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 139 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.33 |
| HSL | 16.36º | 0.17% | 0.61% | - |
| HSV(B) | 16.36º | 0.19% | 0.67% | - |
| XYZ | 32.26 | 31.81 | 28.87 | - |
| YUV | 154.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 139 | 0 | 0.14 | 0.19 | 0.33 | 16.36 | 0.17 | 0.61 |
| Hex | AC | 94 | 8B | 0 | E | 13 | 21 | 10 | 11 | 3D |
| Octal | 254 | 224 | 213 | 0 | 16 | 23 | 41 | 20 | 21 | 75 |
| Binary | 10101100 | 10010100 | 10001011 | 0 | 1110 | 10011 | 100001 | 10000 | 10001 | 111101 |
Color Harmonies of #AC948B
Complementary color
Monochromatic Colors of #AC948B
Black with #AC948B
Text Example
Text Example
White with #AC948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC948B; }
p { color: rgb(172,148,139); }
H1.HeaderClassName
{
color: #AC948B;
}
.AnyTagClassName
{
color: #AC948B;
}
</style>
background-color css
<style>
a { background-color: #AC948B; }
a { background-color: rgb(172,148,139); }
div.DivClassName
{
background-color: #AC948B;
}
.BgClassName
{
background-color: #AC948B;
}
</style>
border-color css
<style>
span { border-color: #AC948B; }
span { border-color: rgb(172,148,139); }
td.TdClassName
{
border-color: #AC948B;
}
.TagClassName
{
border-color: #AC948B;
}
</style>