Shades of Royal Heath #AC5678
Tints of Royal Heath #AC5678
RGB
CMYK
RGB Variations
Color information
#AC5678 (or 0xAC5678) is known color: Royal Heath. HEX triplet: AC, 56 and 78. RGB value is (172,86,120). Sum of RGB (Red+Green+Blue) = 172+86+120=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5678 is #53A987. Grayscale: #737373. Windows color (decimal): -5482888 or 7886508. OLE color: 7886508.
HSL color Cylindrical-coordinate representation of color #AC5678: hue angle of 336.28º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC5678 is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 120 | - |
| CMYK | 0 | 0.5 | 0.30 | 0.33 |
| HSL | 336.28º | 0.34% | 0.51% | - |
| HSV(B) | 336.28º | 0.5% | 0.67% | - |
| XYZ | 23.73 | 16.78 | 19.76 | - |
| YUV | 115.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 120 | 0 | 0.5 | 0.30 | 0.33 | 336.28 | 0.34 | 0.51 |
| Hex | AC | 56 | 78 | 0 | 32 | 1E | 21 | 150 | 22 | 33 |
| Octal | 254 | 126 | 170 | 0 | 62 | 36 | 41 | 520 | 42 | 63 |
| Binary | 10101100 | 1010110 | 1111000 | 0 | 110010 | 11110 | 100001 | 101010000 | 100010 | 110011 |
Color Harmonies of #AC5678
Complementary color
Monochromatic Colors of #AC5678
Black with #AC5678
Text Example
Text Example
White with #AC5678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5678; }
p { color: rgb(172,86,120); }
H1.HeaderClassName
{
color: #AC5678;
}
.AnyTagClassName
{
color: #AC5678;
}
</style>
background-color css
<style>
a { background-color: #AC5678; }
a { background-color: rgb(172,86,120); }
div.DivClassName
{
background-color: #AC5678;
}
.BgClassName
{
background-color: #AC5678;
}
</style>
border-color css
<style>
span { border-color: #AC5678; }
span { border-color: rgb(172,86,120); }
td.TdClassName
{
border-color: #AC5678;
}
.TagClassName
{
border-color: #AC5678;
}
</style>