Shades of Royal Heath #A8526E
Tints of Royal Heath #A8526E
RGB
CMYK
RGB Variations
Color information
#A8526E (or 0xA8526E) is known color: Royal Heath. HEX triplet: A8, 52 and 6E. RGB value is (168,82,110). Sum of RGB (Red+Green+Blue) = 168+82+110=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8526E is #57AD91. Grayscale: #6E6E6E. Windows color (decimal): -5746066 or 7230120. OLE color: 7230120.
HSL color Cylindrical-coordinate representation of color #A8526E: hue angle of 340.47º 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 #A8526E is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 110 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.34 |
| HSL | 340.47º | 0.34% | 0.49% | - |
| HSV(B) | 340.47º | 0.51% | 0.66% | - |
| XYZ | 21.98 | 15.49 | 16.58 | - |
| YUV | 110.91 | 127.49 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 110 | 0 | 0.51 | 0.35 | 0.34 | 340.47 | 0.34 | 0.49 |
| Hex | A8 | 52 | 6E | 0 | 33 | 23 | 22 | 154 | 22 | 31 |
| Octal | 250 | 122 | 156 | 0 | 63 | 43 | 42 | 524 | 42 | 61 |
| Binary | 10101000 | 1010010 | 1101110 | 0 | 110011 | 100011 | 100010 | 101010100 | 100010 | 110001 |
Color Harmonies of #A8526E
Complementary color
Monochromatic Colors of #A8526E
Black with #A8526E
Text Example
Text Example
White with #A8526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8526E; }
p { color: rgb(168,82,110); }
H1.HeaderClassName
{
color: #A8526E;
}
.AnyTagClassName
{
color: #A8526E;
}
</style>
background-color css
<style>
a { background-color: #A8526E; }
a { background-color: rgb(168,82,110); }
div.DivClassName
{
background-color: #A8526E;
}
.BgClassName
{
background-color: #A8526E;
}
</style>
border-color css
<style>
span { border-color: #A8526E; }
span { border-color: rgb(168,82,110); }
td.TdClassName
{
border-color: #A8526E;
}
.TagClassName
{
border-color: #A8526E;
}
</style>