Shades of Royal Heath #A45374
Tints of Royal Heath #A45374
RGB
CMYK
RGB Variations
Color information
#A45374 (or 0xA45374) is known color: Royal Heath. HEX triplet: A4, 53 and 74. RGB value is (164,83,116). Sum of RGB (Red+Green+Blue) = 164+83+116=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A45374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45374 is #5BAC8B. Grayscale: #6E6E6E. Windows color (decimal): -6007948 or 7623588. OLE color: 7623588.
HSL color Cylindrical-coordinate representation of color #A45374: hue angle of 335.56º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A45374 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 83 | 116 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.36 |
| HSL | 335.56º | 0.33% | 0.48% | - |
| HSV(B) | 335.56º | 0.49% | 0.64% | - |
| XYZ | 21.56 | 15.34 | 18.35 | - |
| YUV | 110.98 | 130.84 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 116 | 0 | 0.49 | 0.29 | 0.36 | 335.56 | 0.33 | 0.48 |
| Hex | A4 | 53 | 74 | 0 | 31 | 1D | 24 | 150 | 21 | 30 |
| Octal | 244 | 123 | 164 | 0 | 61 | 35 | 44 | 520 | 41 | 60 |
| Binary | 10100100 | 1010011 | 1110100 | 0 | 110001 | 11101 | 100100 | 101010000 | 100001 | 110000 |
Color Harmonies of #A45374
Complementary color
Monochromatic Colors of #A45374
Black with #A45374
Text Example
Text Example
White with #A45374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45374; }
p { color: rgb(164,83,116); }
H1.HeaderClassName
{
color: #A45374;
}
.AnyTagClassName
{
color: #A45374;
}
</style>
background-color css
<style>
a { background-color: #A45374; }
a { background-color: rgb(164,83,116); }
div.DivClassName
{
background-color: #A45374;
}
.BgClassName
{
background-color: #A45374;
}
</style>
border-color css
<style>
span { border-color: #A45374; }
span { border-color: rgb(164,83,116); }
td.TdClassName
{
border-color: #A45374;
}
.TagClassName
{
border-color: #A45374;
}
</style>