Shades of Royal Heath #AD5B85
Tints of Royal Heath #AD5B85
RGB
CMYK
RGB Variations
Color information
#AD5B85 (or 0xAD5B85) is known color: Royal Heath. HEX triplet: AD, 5B and 85. RGB value is (173,91,133). Sum of RGB (Red+Green+Blue) = 173+91+133=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5B85 is #52A47A. Grayscale: #787878. Windows color (decimal): -5416059 or 8739757. OLE color: 8739757.
HSL color Cylindrical-coordinate representation of color #AD5B85: hue angle of 329.27º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5B85 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 91 | 133 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.32 |
| HSL | 329.27º | 0.33% | 0.52% | - |
| HSV(B) | 329.27º | 0.47% | 0.68% | - |
| XYZ | 25.21 | 18.06 | 24.35 | - |
| YUV | 120.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 133 | 0 | 0.47 | 0.23 | 0.32 | 329.27 | 0.33 | 0.52 |
| Hex | AD | 5B | 85 | 0 | 2F | 17 | 20 | 149 | 21 | 34 |
| Octal | 255 | 133 | 205 | 0 | 57 | 27 | 40 | 511 | 41 | 64 |
| Binary | 10101101 | 1011011 | 10000101 | 0 | 101111 | 10111 | 100000 | 101001001 | 100001 | 110100 |
Color Harmonies of #AD5B85
Complementary color
Monochromatic Colors of #AD5B85
Black with #AD5B85
Text Example
Text Example
White with #AD5B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5B85; }
p { color: rgb(173,91,133); }
H1.HeaderClassName
{
color: #AD5B85;
}
.AnyTagClassName
{
color: #AD5B85;
}
</style>
background-color css
<style>
a { background-color: #AD5B85; }
a { background-color: rgb(173,91,133); }
div.DivClassName
{
background-color: #AD5B85;
}
.BgClassName
{
background-color: #AD5B85;
}
</style>
border-color css
<style>
span { border-color: #AD5B85; }
span { border-color: rgb(173,91,133); }
td.TdClassName
{
border-color: #AD5B85;
}
.TagClassName
{
border-color: #AD5B85;
}
</style>