Shades of Del Rio #AC958B
Tints of Del Rio #AC958B
RGB
CMYK
RGB Variations
Color information
#AC958B (or 0xAC958B) is known color: Del Rio. HEX triplet: AC, 95 and 8B. RGB value is (172,149,139). Sum of RGB (Red+Green+Blue) = 172+149+139=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC958B is #536A74. Grayscale: #9A9A9A. Windows color (decimal): -5466741 or 9147820. OLE color: 9147820.
HSL color Cylindrical-coordinate representation of color #AC958B: hue angle of 18.18º 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 #AC958B is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 139 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.33 |
| HSL | 18.18º | 0.17% | 0.61% | - |
| HSV(B) | 18.18º | 0.19% | 0.67% | - |
| XYZ | 32.42 | 32.13 | 28.92 | - |
| YUV | 154.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 139 | 0 | 0.13 | 0.19 | 0.33 | 18.18 | 0.17 | 0.61 |
| Hex | AC | 95 | 8B | 0 | D | 13 | 21 | 12 | 11 | 3D |
| Octal | 254 | 225 | 213 | 0 | 15 | 23 | 41 | 22 | 21 | 75 |
| Binary | 10101100 | 10010101 | 10001011 | 0 | 1101 | 10011 | 100001 | 10010 | 10001 | 111101 |
Color Harmonies of #AC958B
Complementary color
Monochromatic Colors of #AC958B
Black with #AC958B
Text Example
Text Example
White with #AC958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC958B; }
p { color: rgb(172,149,139); }
H1.HeaderClassName
{
color: #AC958B;
}
.AnyTagClassName
{
color: #AC958B;
}
</style>
background-color css
<style>
a { background-color: #AC958B; }
a { background-color: rgb(172,149,139); }
div.DivClassName
{
background-color: #AC958B;
}
.BgClassName
{
background-color: #AC958B;
}
</style>
border-color css
<style>
span { border-color: #AC958B; }
span { border-color: rgb(172,149,139); }
td.TdClassName
{
border-color: #AC958B;
}
.TagClassName
{
border-color: #AC958B;
}
</style>