Shades of Del Rio #AC968B
Tints of Del Rio #AC968B
RGB
CMYK
RGB Variations
Color information
#AC968B (or 0xAC968B) is known color: Del Rio. HEX triplet: AC, 96 and 8B. RGB value is (172,150,139). Sum of RGB (Red+Green+Blue) = 172+150+139=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC968B is #536974. Grayscale: #9B9B9B. Windows color (decimal): -5466485 or 9148076. OLE color: 9148076.
HSL color Cylindrical-coordinate representation of color #AC968B: hue angle of 20º 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 #AC968B is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 139 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.33 |
| HSL | 20º | 0.17% | 0.61% | - |
| HSV(B) | 20º | 0.19% | 0.67% | - |
| XYZ | 32.58 | 32.45 | 28.97 | - |
| YUV | 155.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 139 | 0 | 0.13 | 0.19 | 0.33 | 20 | 0.17 | 0.61 |
| Hex | AC | 96 | 8B | 0 | D | 13 | 21 | 14 | 11 | 3D |
| Octal | 254 | 226 | 213 | 0 | 15 | 23 | 41 | 24 | 21 | 75 |
| Binary | 10101100 | 10010110 | 10001011 | 0 | 1101 | 10011 | 100001 | 10100 | 10001 | 111101 |
Color Harmonies of #AC968B
Complementary color
Monochromatic Colors of #AC968B
Black with #AC968B
Text Example
Text Example
White with #AC968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC968B; }
p { color: rgb(172,150,139); }
H1.HeaderClassName
{
color: #AC968B;
}
.AnyTagClassName
{
color: #AC968B;
}
</style>
background-color css
<style>
a { background-color: #AC968B; }
a { background-color: rgb(172,150,139); }
div.DivClassName
{
background-color: #AC968B;
}
.BgClassName
{
background-color: #AC968B;
}
</style>
border-color css
<style>
span { border-color: #AC968B; }
span { border-color: rgb(172,150,139); }
td.TdClassName
{
border-color: #AC968B;
}
.TagClassName
{
border-color: #AC968B;
}
</style>