Shades of Mulberry #AC4A86
Tints of Mulberry #AC4A86
RGB
CMYK
RGB Variations
Color information
#AC4A86 (or 0xAC4A86) is known color: Mulberry. HEX triplet: AC, 4A and 86. RGB value is (172,74,134). Sum of RGB (Red+Green+Blue) = 172+74+134=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A86 is #53B579. Grayscale: #6D6D6D. Windows color (decimal): -5485946 or 8800940. OLE color: 8800940.
HSL color Cylindrical-coordinate representation of color #AC4A86: hue angle of 323.27º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4A86 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 134 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.33 |
| HSL | 323.27º | 0.4% | 0.48% | - |
| HSV(B) | 323.27º | 0.57% | 0.67% | - |
| XYZ | 23.77 | 15.39 | 24.27 | - |
| YUV | 110.14 | 141.47 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 134 | 0 | 0.57 | 0.22 | 0.33 | 323.27 | 0.4 | 0.48 |
| Hex | AC | 4A | 86 | 0 | 39 | 16 | 21 | 143 | 28 | 30 |
| Octal | 254 | 112 | 206 | 0 | 71 | 26 | 41 | 503 | 50 | 60 |
| Binary | 10101100 | 1001010 | 10000110 | 0 | 111001 | 10110 | 100001 | 101000011 | 101000 | 110000 |
Color Harmonies of #AC4A86
Complementary color
Monochromatic Colors of #AC4A86
Black with #AC4A86
Text Example
Text Example
White with #AC4A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A86; }
p { color: rgb(172,74,134); }
H1.HeaderClassName
{
color: #AC4A86;
}
.AnyTagClassName
{
color: #AC4A86;
}
</style>
background-color css
<style>
a { background-color: #AC4A86; }
a { background-color: rgb(172,74,134); }
div.DivClassName
{
background-color: #AC4A86;
}
.BgClassName
{
background-color: #AC4A86;
}
</style>
border-color css
<style>
span { border-color: #AC4A86; }
span { border-color: rgb(172,74,134); }
td.TdClassName
{
border-color: #AC4A86;
}
.TagClassName
{
border-color: #AC4A86;
}
</style>