Shades of Royal Heath #A8506F
Tints of Royal Heath #A8506F
RGB
CMYK
RGB Variations
Color information
#A8506F (or 0xA8506F) is known color: Royal Heath. HEX triplet: A8, 50 and 6F. RGB value is (168,80,111). Sum of RGB (Red+Green+Blue) = 168+80+111=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8506F is #57AF90. Grayscale: #6D6D6D. Windows color (decimal): -5746577 or 7295144. OLE color: 7295144.
HSL color Cylindrical-coordinate representation of color #A8506F: hue angle of 338.86º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8506F is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 80 | 111 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.34 |
| HSL | 338.86º | 0.35% | 0.49% | - |
| HSV(B) | 338.86º | 0.52% | 0.66% | - |
| XYZ | 21.89 | 15.21 | 16.82 | - |
| YUV | 109.85 | 128.65 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 111 | 0 | 0.52 | 0.34 | 0.34 | 338.86 | 0.35 | 0.49 |
| Hex | A8 | 50 | 6F | 0 | 34 | 22 | 22 | 153 | 23 | 31 |
| Octal | 250 | 120 | 157 | 0 | 64 | 42 | 42 | 523 | 43 | 61 |
| Binary | 10101000 | 1010000 | 1101111 | 0 | 110100 | 100010 | 100010 | 101010011 | 100011 | 110001 |
Color Harmonies of #A8506F
Complementary color
Monochromatic Colors of #A8506F
Black with #A8506F
Text Example
Text Example
White with #A8506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8506F; }
p { color: rgb(168,80,111); }
H1.HeaderClassName
{
color: #A8506F;
}
.AnyTagClassName
{
color: #A8506F;
}
</style>
background-color css
<style>
a { background-color: #A8506F; }
a { background-color: rgb(168,80,111); }
div.DivClassName
{
background-color: #A8506F;
}
.BgClassName
{
background-color: #A8506F;
}
</style>
border-color css
<style>
span { border-color: #A8506F; }
span { border-color: rgb(168,80,111); }
td.TdClassName
{
border-color: #A8506F;
}
.TagClassName
{
border-color: #A8506F;
}
</style>