Shades of Royal Heath #AC5A74
Tints of Royal Heath #AC5A74
RGB
CMYK
RGB Variations
Color information
#AC5A74 (or 0xAC5A74) is known color: Royal Heath. HEX triplet: AC, 5A and 74. RGB value is (172,90,116). Sum of RGB (Red+Green+Blue) = 172+90+116=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A74 is #53A58B. Grayscale: #757575. Windows color (decimal): -5481868 or 7625388. OLE color: 7625388.
HSL color Cylindrical-coordinate representation of color #AC5A74: hue angle of 340.98º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5A74 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 116 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.33 |
| HSL | 340.98º | 0.33% | 0.51% | - |
| HSV(B) | 340.98º | 0.48% | 0.67% | - |
| XYZ | 23.82 | 17.34 | 18.62 | - |
| YUV | 117.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 116 | 0 | 0.48 | 0.33 | 0.33 | 340.98 | 0.33 | 0.51 |
| Hex | AC | 5A | 74 | 0 | 30 | 21 | 21 | 155 | 21 | 33 |
| Octal | 254 | 132 | 164 | 0 | 60 | 41 | 41 | 525 | 41 | 63 |
| Binary | 10101100 | 1011010 | 1110100 | 0 | 110000 | 100001 | 100001 | 101010101 | 100001 | 110011 |
Color Harmonies of #AC5A74
Complementary color
Monochromatic Colors of #AC5A74
Black with #AC5A74
Text Example
Text Example
White with #AC5A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A74; }
p { color: rgb(172,90,116); }
H1.HeaderClassName
{
color: #AC5A74;
}
.AnyTagClassName
{
color: #AC5A74;
}
</style>
background-color css
<style>
a { background-color: #AC5A74; }
a { background-color: rgb(172,90,116); }
div.DivClassName
{
background-color: #AC5A74;
}
.BgClassName
{
background-color: #AC5A74;
}
</style>
border-color css
<style>
span { border-color: #AC5A74; }
span { border-color: rgb(172,90,116); }
td.TdClassName
{
border-color: #AC5A74;
}
.TagClassName
{
border-color: #AC5A74;
}
</style>