Shades of Royal Heath #A15575
Tints of Royal Heath #A15575
RGB
CMYK
RGB Variations
Color information
#A15575 (or 0xA15575) is known color: Royal Heath. HEX triplet: A1, 55 and 75. RGB value is (161,85,117). Sum of RGB (Red+Green+Blue) = 161+85+117=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A15575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15575 is #5EAA8A. Grayscale: #6F6F6F. Windows color (decimal): -6204043 or 7689633. OLE color: 7689633.
HSL color Cylindrical-coordinate representation of color #A15575: hue angle of 334.74º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15575 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 85 | 117 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.37 |
| HSL | 334.74º | 0.31% | 0.48% | - |
| HSV(B) | 334.74º | 0.47% | 0.63% | - |
| XYZ | 21.16 | 15.36 | 18.68 | - |
| YUV | 111.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 117 | 0 | 0.47 | 0.27 | 0.37 | 334.74 | 0.31 | 0.48 |
| Hex | A1 | 55 | 75 | 0 | 2F | 1B | 25 | 14F | 1F | 30 |
| Octal | 241 | 125 | 165 | 0 | 57 | 33 | 45 | 517 | 37 | 60 |
| Binary | 10100001 | 1010101 | 1110101 | 0 | 101111 | 11011 | 100101 | 101001111 | 11111 | 110000 |
Color Harmonies of #A15575
Complementary color
Monochromatic Colors of #A15575
Black with #A15575
Text Example
Text Example
White with #A15575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15575; }
p { color: rgb(161,85,117); }
H1.HeaderClassName
{
color: #A15575;
}
.AnyTagClassName
{
color: #A15575;
}
</style>
background-color css
<style>
a { background-color: #A15575; }
a { background-color: rgb(161,85,117); }
div.DivClassName
{
background-color: #A15575;
}
.BgClassName
{
background-color: #A15575;
}
</style>
border-color css
<style>
span { border-color: #A15575; }
span { border-color: rgb(161,85,117); }
td.TdClassName
{
border-color: #A15575;
}
.TagClassName
{
border-color: #A15575;
}
</style>