Shades of Royal Heath #AC5479
Tints of Royal Heath #AC5479
RGB
CMYK
RGB Variations
Color information
#AC5479 (or 0xAC5479) is known color: Royal Heath. HEX triplet: AC, 54 and 79. RGB value is (172,84,121). Sum of RGB (Red+Green+Blue) = 172+84+121=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5479 is #53AB86. Grayscale: #727272. Windows color (decimal): -5483399 or 7951532. OLE color: 7951532.
HSL color Cylindrical-coordinate representation of color #AC5479: hue angle of 334.77º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5479 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 121 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.33 |
| HSL | 334.77º | 0.35% | 0.5% | - |
| HSV(B) | 334.77º | 0.51% | 0.67% | - |
| XYZ | 23.63 | 16.49 | 20.03 | - |
| YUV | 114.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 121 | 0 | 0.51 | 0.30 | 0.33 | 334.77 | 0.35 | 0.5 |
| Hex | AC | 54 | 79 | 0 | 33 | 1E | 21 | 14F | 23 | 32 |
| Octal | 254 | 124 | 171 | 0 | 63 | 36 | 41 | 517 | 43 | 62 |
| Binary | 10101100 | 1010100 | 1111001 | 0 | 110011 | 11110 | 100001 | 101001111 | 100011 | 110010 |
Color Harmonies of #AC5479
Complementary color
Monochromatic Colors of #AC5479
Black with #AC5479
Text Example
Text Example
White with #AC5479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5479; }
p { color: rgb(172,84,121); }
H1.HeaderClassName
{
color: #AC5479;
}
.AnyTagClassName
{
color: #AC5479;
}
</style>
background-color css
<style>
a { background-color: #AC5479; }
a { background-color: rgb(172,84,121); }
div.DivClassName
{
background-color: #AC5479;
}
.BgClassName
{
background-color: #AC5479;
}
</style>
border-color css
<style>
span { border-color: #AC5479; }
span { border-color: rgb(172,84,121); }
td.TdClassName
{
border-color: #AC5479;
}
.TagClassName
{
border-color: #AC5479;
}
</style>