Shades of Royal Heath #AD5375
Tints of Royal Heath #AD5375
RGB
CMYK
RGB Variations
Color information
#AD5375 (or 0xAD5375) is known color: Royal Heath. HEX triplet: AD, 53 and 75. RGB value is (173,83,117). Sum of RGB (Red+Green+Blue) = 173+83+117=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5375 is #52AC8A. Grayscale: #717171. Windows color (decimal): -5418123 or 7689133. OLE color: 7689133.
HSL color Cylindrical-coordinate representation of color #AD5375: hue angle of 337.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5375 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 117 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.32 |
| HSL | 337.33º | 0.35% | 0.5% | - |
| HSV(B) | 337.33º | 0.52% | 0.68% | - |
| XYZ | 23.54 | 16.36 | 18.75 | - |
| YUV | 113.79 | 129.82 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 117 | 0 | 0.52 | 0.32 | 0.32 | 337.33 | 0.35 | 0.5 |
| Hex | AD | 53 | 75 | 0 | 34 | 20 | 20 | 151 | 23 | 32 |
| Octal | 255 | 123 | 165 | 0 | 64 | 40 | 40 | 521 | 43 | 62 |
| Binary | 10101101 | 1010011 | 1110101 | 0 | 110100 | 100000 | 100000 | 101010001 | 100011 | 110010 |
Color Harmonies of #AD5375
Complementary color
Monochromatic Colors of #AD5375
Black with #AD5375
Text Example
Text Example
White with #AD5375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5375; }
p { color: rgb(173,83,117); }
H1.HeaderClassName
{
color: #AD5375;
}
.AnyTagClassName
{
color: #AD5375;
}
</style>
background-color css
<style>
a { background-color: #AD5375; }
a { background-color: rgb(173,83,117); }
div.DivClassName
{
background-color: #AD5375;
}
.BgClassName
{
background-color: #AD5375;
}
</style>
border-color css
<style>
span { border-color: #AD5375; }
span { border-color: rgb(173,83,117); }
td.TdClassName
{
border-color: #AD5375;
}
.TagClassName
{
border-color: #AD5375;
}
</style>