Shades of Royal Heath #AD4176
Tints of Royal Heath #AD4176
RGB
CMYK
RGB Variations
Color information
#AD4176 (or 0xAD4176) is known color: Royal Heath. HEX triplet: AD, 41 and 76. RGB value is (173,65,118). Sum of RGB (Red+Green+Blue) = 173+65+118=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4176 is #52BE89. Grayscale: #676767. Windows color (decimal): -5422730 or 7750061. OLE color: 7750061.
HSL color Cylindrical-coordinate representation of color #AD4176: hue angle of 330.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4176 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 118 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.32 |
| HSL | 330.56º | 0.45% | 0.47% | - |
| HSV(B) | 330.56º | 0.62% | 0.68% | - |
| XYZ | 22.39 | 13.97 | 18.66 | - |
| YUV | 103.33 | 136.28 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 118 | 0 | 0.62 | 0.32 | 0.32 | 330.56 | 0.45 | 0.47 |
| Hex | AD | 41 | 76 | 0 | 3E | 20 | 20 | 14B | 2D | 2F |
| Octal | 255 | 101 | 166 | 0 | 76 | 40 | 40 | 513 | 55 | 57 |
| Binary | 10101101 | 1000001 | 1110110 | 0 | 111110 | 100000 | 100000 | 101001011 | 101101 | 101111 |
Color Harmonies of #AD4176
Complementary color
Monochromatic Colors of #AD4176
Black with #AD4176
Text Example
Text Example
White with #AD4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4176; }
p { color: rgb(173,65,118); }
H1.HeaderClassName
{
color: #AD4176;
}
.AnyTagClassName
{
color: #AD4176;
}
</style>
background-color css
<style>
a { background-color: #AD4176; }
a { background-color: rgb(173,65,118); }
div.DivClassName
{
background-color: #AD4176;
}
.BgClassName
{
background-color: #AD4176;
}
</style>
border-color css
<style>
span { border-color: #AD4176; }
span { border-color: rgb(173,65,118); }
td.TdClassName
{
border-color: #AD4176;
}
.TagClassName
{
border-color: #AD4176;
}
</style>