Shades of Royal Heath #AD3975
Tints of Royal Heath #AD3975
RGB
CMYK
RGB Variations
Color information
#AD3975 (or 0xAD3975) is known color: Royal Heath. HEX triplet: AD, 39 and 75. RGB value is (173,57,117). Sum of RGB (Red+Green+Blue) = 173+57+117=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3975 is #52C68A. Grayscale: #626262. Windows color (decimal): -5424779 or 7682477. OLE color: 7682477.
HSL color Cylindrical-coordinate representation of color #AD3975: hue angle of 328.97º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD3975 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 117 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.32 |
| HSL | 328.97º | 0.5% | 0.45% | - |
| HSV(B) | 328.97º | 0.67% | 0.68% | - |
| XYZ | 21.91 | 13.09 | 18.2 | - |
| YUV | 98.52 | 138.43 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 117 | 0 | 0.67 | 0.32 | 0.32 | 328.97 | 0.5 | 0.45 |
| Hex | AD | 39 | 75 | 0 | 43 | 20 | 20 | 149 | 32 | 2D |
| Octal | 255 | 71 | 165 | 0 | 103 | 40 | 40 | 511 | 62 | 55 |
| Binary | 10101101 | 111001 | 1110101 | 0 | 1000011 | 100000 | 100000 | 101001001 | 110010 | 101101 |
Color Harmonies of #AD3975
Complementary color
Monochromatic Colors of #AD3975
Black with #AD3975
Text Example
Text Example
White with #AD3975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3975; }
p { color: rgb(173,57,117); }
H1.HeaderClassName
{
color: #AD3975;
}
.AnyTagClassName
{
color: #AD3975;
}
</style>
background-color css
<style>
a { background-color: #AD3975; }
a { background-color: rgb(173,57,117); }
div.DivClassName
{
background-color: #AD3975;
}
.BgClassName
{
background-color: #AD3975;
}
</style>
border-color css
<style>
span { border-color: #AD3975; }
span { border-color: rgb(173,57,117); }
td.TdClassName
{
border-color: #AD3975;
}
.TagClassName
{
border-color: #AD3975;
}
</style>