Shades of Royal Heath #AC526F
Tints of Royal Heath #AC526F
RGB
CMYK
RGB Variations
Color information
#AC526F (or 0xAC526F) is known color: Royal Heath. HEX triplet: AC, 52 and 6F. RGB value is (172,82,111). Sum of RGB (Red+Green+Blue) = 172+82+111=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC526F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC526F is #53AD90. Grayscale: #707070. Windows color (decimal): -5483921 or 7295660. OLE color: 7295660.
HSL color Cylindrical-coordinate representation of color #AC526F: hue angle of 340.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC526F is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 111 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.33 |
| HSL | 340.67º | 0.35% | 0.5% | - |
| HSV(B) | 340.67º | 0.52% | 0.67% | - |
| XYZ | 22.9 | 15.95 | 16.91 | - |
| YUV | 112.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 111 | 0 | 0.52 | 0.35 | 0.33 | 340.67 | 0.35 | 0.5 |
| Hex | AC | 52 | 6F | 0 | 34 | 23 | 21 | 155 | 23 | 32 |
| Octal | 254 | 122 | 157 | 0 | 64 | 43 | 41 | 525 | 43 | 62 |
| Binary | 10101100 | 1010010 | 1101111 | 0 | 110100 | 100011 | 100001 | 101010101 | 100011 | 110010 |
Color Harmonies of #AC526F
Complementary color
Monochromatic Colors of #AC526F
Black with #AC526F
Text Example
Text Example
White with #AC526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC526F; }
p { color: rgb(172,82,111); }
H1.HeaderClassName
{
color: #AC526F;
}
.AnyTagClassName
{
color: #AC526F;
}
</style>
background-color css
<style>
a { background-color: #AC526F; }
a { background-color: rgb(172,82,111); }
div.DivClassName
{
background-color: #AC526F;
}
.BgClassName
{
background-color: #AC526F;
}
</style>
border-color css
<style>
span { border-color: #AC526F; }
span { border-color: rgb(172,82,111); }
td.TdClassName
{
border-color: #AC526F;
}
.TagClassName
{
border-color: #AC526F;
}
</style>