Shades of Del Rio #AC958A
Tints of Del Rio #AC958A
RGB
CMYK
RGB Variations
Color information
#AC958A (or 0xAC958A) is known color: Del Rio. HEX triplet: AC, 95 and 8A. RGB value is (172,149,138). Sum of RGB (Red+Green+Blue) = 172+149+138=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC958A is #536A75. Grayscale: #9A9A9A. Windows color (decimal): -5466742 or 9082284. OLE color: 9082284.
HSL color Cylindrical-coordinate representation of color #AC958A: hue angle of 19.41º 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 #AC958A is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 138 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.33 |
| HSL | 19.41º | 0.17% | 0.61% | - |
| HSV(B) | 19.41º | 0.2% | 0.67% | - |
| XYZ | 32.35 | 32.1 | 28.54 | - |
| YUV | 154.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 138 | 0 | 0.13 | 0.20 | 0.33 | 19.41 | 0.17 | 0.61 |
| Hex | AC | 95 | 8A | 0 | D | 14 | 21 | 13 | 11 | 3D |
| Octal | 254 | 225 | 212 | 0 | 15 | 24 | 41 | 23 | 21 | 75 |
| Binary | 10101100 | 10010101 | 10001010 | 0 | 1101 | 10100 | 100001 | 10011 | 10001 | 111101 |
Color Harmonies of #AC958A
Complementary color
Monochromatic Colors of #AC958A
Black with #AC958A
Text Example
Text Example
White with #AC958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC958A; }
p { color: rgb(172,149,138); }
H1.HeaderClassName
{
color: #AC958A;
}
.AnyTagClassName
{
color: #AC958A;
}
</style>
background-color css
<style>
a { background-color: #AC958A; }
a { background-color: rgb(172,149,138); }
div.DivClassName
{
background-color: #AC958A;
}
.BgClassName
{
background-color: #AC958A;
}
</style>
border-color css
<style>
span { border-color: #AC958A; }
span { border-color: rgb(172,149,138); }
td.TdClassName
{
border-color: #AC958A;
}
.TagClassName
{
border-color: #AC958A;
}
</style>