Shades of Royal Heath #A95376
Tints of Royal Heath #A95376
RGB
CMYK
RGB Variations
Color information
#A95376 (or 0xA95376) is known color: Royal Heath. HEX triplet: A9, 53 and 76. RGB value is (169,83,118). Sum of RGB (Red+Green+Blue) = 169+83+118=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A95376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95376 is #56AC89. Grayscale: #707070. Windows color (decimal): -5680266 or 7754665. OLE color: 7754665.
HSL color Cylindrical-coordinate representation of color #A95376: hue angle of 335.58º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A95376 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 83 | 118 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.34 |
| HSL | 335.58º | 0.34% | 0.49% | - |
| HSV(B) | 335.58º | 0.51% | 0.66% | - |
| XYZ | 22.73 | 15.93 | 19.02 | - |
| YUV | 112.7 | 130.99 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 118 | 0 | 0.51 | 0.30 | 0.34 | 335.58 | 0.34 | 0.49 |
| Hex | A9 | 53 | 76 | 0 | 33 | 1E | 22 | 150 | 22 | 31 |
| Octal | 251 | 123 | 166 | 0 | 63 | 36 | 42 | 520 | 42 | 61 |
| Binary | 10101001 | 1010011 | 1110110 | 0 | 110011 | 11110 | 100010 | 101010000 | 100010 | 110001 |
Color Harmonies of #A95376
Complementary color
Monochromatic Colors of #A95376
Black with #A95376
Text Example
Text Example
White with #A95376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95376; }
p { color: rgb(169,83,118); }
H1.HeaderClassName
{
color: #A95376;
}
.AnyTagClassName
{
color: #A95376;
}
</style>
background-color css
<style>
a { background-color: #A95376; }
a { background-color: rgb(169,83,118); }
div.DivClassName
{
background-color: #A95376;
}
.BgClassName
{
background-color: #A95376;
}
</style>
border-color css
<style>
span { border-color: #A95376; }
span { border-color: rgb(169,83,118); }
td.TdClassName
{
border-color: #A95376;
}
.TagClassName
{
border-color: #A95376;
}
</style>