Shades of Royal Heath #AD567B
Tints of Royal Heath #AD567B
RGB
CMYK
RGB Variations
Color information
#AD567B (or 0xAD567B) is known color: Royal Heath. HEX triplet: AD, 56 and 7B. RGB value is (173,86,123). Sum of RGB (Red+Green+Blue) = 173+86+123=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD567B is #52A984. Grayscale: #747474. Windows color (decimal): -5417349 or 8083117. OLE color: 8083117.
HSL color Cylindrical-coordinate representation of color #AD567B: hue angle of 334.48º 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 #AD567B is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 123 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.32 |
| HSL | 334.48º | 0.35% | 0.51% | - |
| HSV(B) | 334.48º | 0.5% | 0.68% | - |
| XYZ | 24.14 | 16.97 | 20.74 | - |
| YUV | 116.23 | 131.82 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 123 | 0 | 0.50 | 0.29 | 0.32 | 334.48 | 0.35 | 0.51 |
| Hex | AD | 56 | 7B | 0 | 32 | 1D | 20 | 14E | 23 | 33 |
| Octal | 255 | 126 | 173 | 0 | 62 | 35 | 40 | 516 | 43 | 63 |
| Binary | 10101101 | 1010110 | 1111011 | 0 | 110010 | 11101 | 100000 | 101001110 | 100011 | 110011 |
Color Harmonies of #AD567B
Complementary color
Monochromatic Colors of #AD567B
Black with #AD567B
Text Example
Text Example
White with #AD567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD567B; }
p { color: rgb(173,86,123); }
H1.HeaderClassName
{
color: #AD567B;
}
.AnyTagClassName
{
color: #AD567B;
}
</style>
background-color css
<style>
a { background-color: #AD567B; }
a { background-color: rgb(173,86,123); }
div.DivClassName
{
background-color: #AD567B;
}
.BgClassName
{
background-color: #AD567B;
}
</style>
border-color css
<style>
span { border-color: #AD567B; }
span { border-color: rgb(173,86,123); }
td.TdClassName
{
border-color: #AD567B;
}
.TagClassName
{
border-color: #AD567B;
}
</style>