Shades of Royal Heath #AD4274
Tints of Royal Heath #AD4274
RGB
CMYK
RGB Variations
Color information
#AD4274 (or 0xAD4274) is known color: Royal Heath. HEX triplet: AD, 42 and 74. RGB value is (173,66,116). Sum of RGB (Red+Green+Blue) = 173+66+116=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4274 is #52BD8B. Grayscale: #676767. Windows color (decimal): -5422476 or 7619245. OLE color: 7619245.
HSL color Cylindrical-coordinate representation of color #AD4274: hue angle of 331.96º 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 #AD4274 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 116 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.32 |
| HSL | 331.96º | 0.45% | 0.47% | - |
| HSV(B) | 331.96º | 0.62% | 0.68% | - |
| XYZ | 22.33 | 14.04 | 18.06 | - |
| YUV | 103.69 | 134.95 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 116 | 0 | 0.62 | 0.33 | 0.32 | 331.96 | 0.45 | 0.47 |
| Hex | AD | 42 | 74 | 0 | 3E | 21 | 20 | 14C | 2D | 2F |
| Octal | 255 | 102 | 164 | 0 | 76 | 41 | 40 | 514 | 55 | 57 |
| Binary | 10101101 | 1000010 | 1110100 | 0 | 111110 | 100001 | 100000 | 101001100 | 101101 | 101111 |
Color Harmonies of #AD4274
Complementary color
Monochromatic Colors of #AD4274
Black with #AD4274
Text Example
Text Example
White with #AD4274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4274; }
p { color: rgb(173,66,116); }
H1.HeaderClassName
{
color: #AD4274;
}
.AnyTagClassName
{
color: #AD4274;
}
</style>
background-color css
<style>
a { background-color: #AD4274; }
a { background-color: rgb(173,66,116); }
div.DivClassName
{
background-color: #AD4274;
}
.BgClassName
{
background-color: #AD4274;
}
</style>
border-color css
<style>
span { border-color: #AD4274; }
span { border-color: rgb(173,66,116); }
td.TdClassName
{
border-color: #AD4274;
}
.TagClassName
{
border-color: #AD4274;
}
</style>