Shades of Royal Heath #A45277
Tints of Royal Heath #A45277
RGB
CMYK
RGB Variations
Color information
#A45277 (or 0xA45277) is known color: Royal Heath. HEX triplet: A4, 52 and 77. RGB value is (164,82,119). Sum of RGB (Red+Green+Blue) = 164+82+119=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A45277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45277 is #5BAD88. Grayscale: #6E6E6E. Windows color (decimal): -6008201 or 7819940. OLE color: 7819940.
HSL color Cylindrical-coordinate representation of color #A45277: hue angle of 332.93º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A45277 is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 82 | 119 | - |
| CMYK | 0 | 0.5 | 0.27 | 0.36 |
| HSL | 332.93º | 0.33% | 0.48% | - |
| HSV(B) | 332.93º | 0.5% | 0.64% | - |
| XYZ | 21.66 | 15.26 | 19.26 | - |
| YUV | 110.74 | 132.67 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 119 | 0 | 0.5 | 0.27 | 0.36 | 332.93 | 0.33 | 0.48 |
| Hex | A4 | 52 | 77 | 0 | 32 | 1B | 24 | 14D | 21 | 30 |
| Octal | 244 | 122 | 167 | 0 | 62 | 33 | 44 | 515 | 41 | 60 |
| Binary | 10100100 | 1010010 | 1110111 | 0 | 110010 | 11011 | 100100 | 101001101 | 100001 | 110000 |
Color Harmonies of #A45277
Complementary color
Monochromatic Colors of #A45277
Black with #A45277
Text Example
Text Example
White with #A45277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45277; }
p { color: rgb(164,82,119); }
H1.HeaderClassName
{
color: #A45277;
}
.AnyTagClassName
{
color: #A45277;
}
</style>
background-color css
<style>
a { background-color: #A45277; }
a { background-color: rgb(164,82,119); }
div.DivClassName
{
background-color: #A45277;
}
.BgClassName
{
background-color: #A45277;
}
</style>
border-color css
<style>
span { border-color: #A45277; }
span { border-color: rgb(164,82,119); }
td.TdClassName
{
border-color: #A45277;
}
.TagClassName
{
border-color: #A45277;
}
</style>