Shades of Royal Heath #A45375
Tints of Royal Heath #A45375
RGB
CMYK
RGB Variations
Color information
#A45375 (or 0xA45375) is known color: Royal Heath. HEX triplet: A4, 53 and 75. RGB value is (164,83,117). Sum of RGB (Red+Green+Blue) = 164+83+117=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A45375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45375 is #5BAC8A. Grayscale: #6F6F6F. Windows color (decimal): -6007947 or 7689124. OLE color: 7689124.
HSL color Cylindrical-coordinate representation of color #A45375: hue angle of 334.81º 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 #A45375 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 83 | 117 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.36 |
| HSL | 334.81º | 0.33% | 0.48% | - |
| HSV(B) | 334.81º | 0.49% | 0.64% | - |
| XYZ | 21.61 | 15.36 | 18.66 | - |
| YUV | 111.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 117 | 0 | 0.49 | 0.29 | 0.36 | 334.81 | 0.33 | 0.48 |
| Hex | A4 | 53 | 75 | 0 | 31 | 1D | 24 | 14F | 21 | 30 |
| Octal | 244 | 123 | 165 | 0 | 61 | 35 | 44 | 517 | 41 | 60 |
| Binary | 10100100 | 1010011 | 1110101 | 0 | 110001 | 11101 | 100100 | 101001111 | 100001 | 110000 |
Color Harmonies of #A45375
Complementary color
Monochromatic Colors of #A45375
Black with #A45375
Text Example
Text Example
White with #A45375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45375; }
p { color: rgb(164,83,117); }
H1.HeaderClassName
{
color: #A45375;
}
.AnyTagClassName
{
color: #A45375;
}
</style>
background-color css
<style>
a { background-color: #A45375; }
a { background-color: rgb(164,83,117); }
div.DivClassName
{
background-color: #A45375;
}
.BgClassName
{
background-color: #A45375;
}
</style>
border-color css
<style>
span { border-color: #A45375; }
span { border-color: rgb(164,83,117); }
td.TdClassName
{
border-color: #A45375;
}
.TagClassName
{
border-color: #A45375;
}
</style>