Shades of Royal Heath #A95375
Tints of Royal Heath #A95375
RGB
CMYK
RGB Variations
Color information
#A95375 (or 0xA95375) is known color: Royal Heath. HEX triplet: A9, 53 and 75. RGB value is (169,83,117). Sum of RGB (Red+Green+Blue) = 169+83+117=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A95375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95375 is #56AC8A. Grayscale: #707070. Windows color (decimal): -5680267 or 7689129. OLE color: 7689129.
HSL color Cylindrical-coordinate representation of color #A95375: hue angle of 336.28º 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 #A95375 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 83 | 117 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.34 |
| HSL | 336.28º | 0.34% | 0.49% | - |
| HSV(B) | 336.28º | 0.51% | 0.66% | - |
| XYZ | 22.67 | 15.91 | 18.71 | - |
| YUV | 112.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 117 | 0 | 0.51 | 0.31 | 0.34 | 336.28 | 0.34 | 0.49 |
| Hex | A9 | 53 | 75 | 0 | 33 | 1F | 22 | 150 | 22 | 31 |
| Octal | 251 | 123 | 165 | 0 | 63 | 37 | 42 | 520 | 42 | 61 |
| Binary | 10101001 | 1010011 | 1110101 | 0 | 110011 | 11111 | 100010 | 101010000 | 100010 | 110001 |
Color Harmonies of #A95375
Complementary color
Monochromatic Colors of #A95375
Black with #A95375
Text Example
Text Example
White with #A95375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95375; }
p { color: rgb(169,83,117); }
H1.HeaderClassName
{
color: #A95375;
}
.AnyTagClassName
{
color: #A95375;
}
</style>
background-color css
<style>
a { background-color: #A95375; }
a { background-color: rgb(169,83,117); }
div.DivClassName
{
background-color: #A95375;
}
.BgClassName
{
background-color: #A95375;
}
</style>
border-color css
<style>
span { border-color: #A95375; }
span { border-color: rgb(169,83,117); }
td.TdClassName
{
border-color: #A95375;
}
.TagClassName
{
border-color: #A95375;
}
</style>