Shades of Royal Heath #AB5B73
Tints of Royal Heath #AB5B73
RGB
CMYK
RGB Variations
Color information
#AB5B73 (or 0xAB5B73) is known color: Royal Heath. HEX triplet: AB, 5B and 73. RGB value is (171,91,115). Sum of RGB (Red+Green+Blue) = 171+91+115=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5B73 is #54A48C. Grayscale: #757575. Windows color (decimal): -5547149 or 7560107. OLE color: 7560107.
HSL color Cylindrical-coordinate representation of color #AB5B73: hue angle of 342º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5B73 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 91 | 115 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.33 |
| HSL | 342º | 0.32% | 0.51% | - |
| HSV(B) | 342º | 0.47% | 0.67% | - |
| XYZ | 23.63 | 17.38 | 18.33 | - |
| YUV | 117.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 115 | 0 | 0.47 | 0.33 | 0.33 | 342 | 0.32 | 0.51 |
| Hex | AB | 5B | 73 | 0 | 2F | 21 | 21 | 156 | 20 | 33 |
| Octal | 253 | 133 | 163 | 0 | 57 | 41 | 41 | 526 | 40 | 63 |
| Binary | 10101011 | 1011011 | 1110011 | 0 | 101111 | 100001 | 100001 | 101010110 | 100000 | 110011 |
Color Harmonies of #AB5B73
Complementary color
Monochromatic Colors of #AB5B73
Black with #AB5B73
Text Example
Text Example
White with #AB5B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5B73; }
p { color: rgb(171,91,115); }
H1.HeaderClassName
{
color: #AB5B73;
}
.AnyTagClassName
{
color: #AB5B73;
}
</style>
background-color css
<style>
a { background-color: #AB5B73; }
a { background-color: rgb(171,91,115); }
div.DivClassName
{
background-color: #AB5B73;
}
.BgClassName
{
background-color: #AB5B73;
}
</style>
border-color css
<style>
span { border-color: #AB5B73; }
span { border-color: rgb(171,91,115); }
td.TdClassName
{
border-color: #AB5B73;
}
.TagClassName
{
border-color: #AB5B73;
}
</style>