Shades of Royal Heath #A44C70
Tints of Royal Heath #A44C70
RGB
CMYK
RGB Variations
Color information
#A44C70 (or 0xA44C70) is known color: Royal Heath. HEX triplet: A4, 4C and 70. RGB value is (164,76,112). Sum of RGB (Red+Green+Blue) = 164+76+112=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44C70 is #5BB38F. Grayscale: #6A6A6A. Windows color (decimal): -6009744 or 7359652. OLE color: 7359652.
HSL color Cylindrical-coordinate representation of color #A44C70: hue angle of 335.45º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44C70 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 112 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.36 |
| HSL | 335.45º | 0.37% | 0.47% | - |
| HSV(B) | 335.45º | 0.54% | 0.64% | - |
| XYZ | 20.82 | 14.23 | 16.98 | - |
| YUV | 106.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 112 | 0 | 0.54 | 0.32 | 0.36 | 335.45 | 0.37 | 0.47 |
| Hex | A4 | 4C | 70 | 0 | 36 | 20 | 24 | 14F | 25 | 2F |
| Octal | 244 | 114 | 160 | 0 | 66 | 40 | 44 | 517 | 45 | 57 |
| Binary | 10100100 | 1001100 | 1110000 | 0 | 110110 | 100000 | 100100 | 101001111 | 100101 | 101111 |
Color Harmonies of #A44C70
Complementary color
Monochromatic Colors of #A44C70
Black with #A44C70
Text Example
Text Example
White with #A44C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C70; }
p { color: rgb(164,76,112); }
H1.HeaderClassName
{
color: #A44C70;
}
.AnyTagClassName
{
color: #A44C70;
}
</style>
background-color css
<style>
a { background-color: #A44C70; }
a { background-color: rgb(164,76,112); }
div.DivClassName
{
background-color: #A44C70;
}
.BgClassName
{
background-color: #A44C70;
}
</style>
border-color css
<style>
span { border-color: #A44C70; }
span { border-color: rgb(164,76,112); }
td.TdClassName
{
border-color: #A44C70;
}
.TagClassName
{
border-color: #A44C70;
}
</style>