Shades of Del Rio #AC9C94
Tints of Del Rio #AC9C94
RGB
CMYK
RGB Variations
Color information
#AC9C94 (or 0xAC9C94) is known color: Del Rio. HEX triplet: AC, 9C and 94. RGB value is (172,156,148). Sum of RGB (Red+Green+Blue) = 172+156+148=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9C94 is #53636B. Grayscale: #9F9F9F. Windows color (decimal): -5464940 or 9739436. OLE color: 9739436.
HSL color Cylindrical-coordinate representation of color #AC9C94: hue angle of 20º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AC9C94 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 148 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.33 |
| HSL | 20º | 0.13% | 0.63% | - |
| HSV(B) | 20º | 0.14% | 0.67% | - |
| XYZ | 34.25 | 34.69 | 32.91 | - |
| YUV | 159.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 148 | 0 | 0.09 | 0.14 | 0.33 | 20 | 0.13 | 0.63 |
| Hex | AC | 9C | 94 | 0 | 9 | E | 21 | 14 | D | 3F |
| Octal | 254 | 234 | 224 | 0 | 11 | 16 | 41 | 24 | 15 | 77 |
| Binary | 10101100 | 10011100 | 10010100 | 0 | 1001 | 1110 | 100001 | 10100 | 1101 | 111111 |
Color Harmonies of #AC9C94
Complementary color
Monochromatic Colors of #AC9C94
Black with #AC9C94
Text Example
Text Example
White with #AC9C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C94; }
p { color: rgb(172,156,148); }
H1.HeaderClassName
{
color: #AC9C94;
}
.AnyTagClassName
{
color: #AC9C94;
}
</style>
background-color css
<style>
a { background-color: #AC9C94; }
a { background-color: rgb(172,156,148); }
div.DivClassName
{
background-color: #AC9C94;
}
.BgClassName
{
background-color: #AC9C94;
}
</style>
border-color css
<style>
span { border-color: #AC9C94; }
span { border-color: rgb(172,156,148); }
td.TdClassName
{
border-color: #AC9C94;
}
.TagClassName
{
border-color: #AC9C94;
}
</style>