Shades of Royal Heath #AD5678
Tints of Royal Heath #AD5678
RGB
CMYK
RGB Variations
Color information
#AD5678 (or 0xAD5678) is known color: Royal Heath. HEX triplet: AD, 56 and 78. RGB value is (173,86,120). Sum of RGB (Red+Green+Blue) = 173+86+120=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5678 is #52A987. Grayscale: #737373. Windows color (decimal): -5417352 or 7886509. OLE color: 7886509.
HSL color Cylindrical-coordinate representation of color #AD5678: hue angle of 336.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5678 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 120 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.32 |
| HSL | 336.55º | 0.35% | 0.51% | - |
| HSV(B) | 336.55º | 0.5% | 0.68% | - |
| XYZ | 23.95 | 16.9 | 19.77 | - |
| YUV | 115.89 | 130.32 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 120 | 0 | 0.50 | 0.31 | 0.32 | 336.55 | 0.35 | 0.51 |
| Hex | AD | 56 | 78 | 0 | 32 | 1F | 20 | 151 | 23 | 33 |
| Octal | 255 | 126 | 170 | 0 | 62 | 37 | 40 | 521 | 43 | 63 |
| Binary | 10101101 | 1010110 | 1111000 | 0 | 110010 | 11111 | 100000 | 101010001 | 100011 | 110011 |
Color Harmonies of #AD5678
Complementary color
Monochromatic Colors of #AD5678
Black with #AD5678
Text Example
Text Example
White with #AD5678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5678; }
p { color: rgb(173,86,120); }
H1.HeaderClassName
{
color: #AD5678;
}
.AnyTagClassName
{
color: #AD5678;
}
</style>
background-color css
<style>
a { background-color: #AD5678; }
a { background-color: rgb(173,86,120); }
div.DivClassName
{
background-color: #AD5678;
}
.BgClassName
{
background-color: #AD5678;
}
</style>
border-color css
<style>
span { border-color: #AD5678; }
span { border-color: rgb(173,86,120); }
td.TdClassName
{
border-color: #AD5678;
}
.TagClassName
{
border-color: #AD5678;
}
</style>