Shades of Royal Heath #AF5D76
Tints of Royal Heath #AF5D76
RGB
CMYK
RGB Variations
Color information
#AF5D76 (or 0xAF5D76) is known color: Royal Heath. HEX triplet: AF, 5D and 76. RGB value is (175,93,118). Sum of RGB (Red+Green+Blue) = 175+93+118=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D76 is #50A289. Grayscale: #787878. Windows color (decimal): -5284490 or 7757231. OLE color: 7757231.
HSL color Cylindrical-coordinate representation of color #AF5D76: hue angle of 341.71º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5D76 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 118 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.31 |
| HSL | 341.71º | 0.34% | 0.53% | - |
| HSV(B) | 341.71º | 0.47% | 0.69% | - |
| XYZ | 24.86 | 18.25 | 19.35 | - |
| YUV | 120.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 118 | 0 | 0.47 | 0.33 | 0.31 | 341.71 | 0.34 | 0.53 |
| Hex | AF | 5D | 76 | 0 | 2F | 21 | 1F | 156 | 22 | 35 |
| Octal | 257 | 135 | 166 | 0 | 57 | 41 | 37 | 526 | 42 | 65 |
| Binary | 10101111 | 1011101 | 1110110 | 0 | 101111 | 100001 | 11111 | 101010110 | 100010 | 110101 |
Color Harmonies of #AF5D76
Complementary color
Monochromatic Colors of #AF5D76
Black with #AF5D76
Text Example
Text Example
White with #AF5D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D76; }
p { color: rgb(175,93,118); }
H1.HeaderClassName
{
color: #AF5D76;
}
.AnyTagClassName
{
color: #AF5D76;
}
</style>
background-color css
<style>
a { background-color: #AF5D76; }
a { background-color: rgb(175,93,118); }
div.DivClassName
{
background-color: #AF5D76;
}
.BgClassName
{
background-color: #AF5D76;
}
</style>
border-color css
<style>
span { border-color: #AF5D76; }
span { border-color: rgb(175,93,118); }
td.TdClassName
{
border-color: #AF5D76;
}
.TagClassName
{
border-color: #AF5D76;
}
</style>