Shades of Royal Heath #AC5275
Tints of Royal Heath #AC5275
RGB
CMYK
RGB Variations
Color information
#AC5275 (or 0xAC5275) is known color: Royal Heath. HEX triplet: AC, 52 and 75. RGB value is (172,82,117). Sum of RGB (Red+Green+Blue) = 172+82+117=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5275 is #53AD8A. Grayscale: #707070. Windows color (decimal): -5483915 or 7688876. OLE color: 7688876.
HSL color Cylindrical-coordinate representation of color #AC5275: hue angle of 336.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 #AC5275 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 117 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.33 |
| HSL | 336.67º | 0.35% | 0.5% | - |
| HSV(B) | 336.67º | 0.52% | 0.67% | - |
| XYZ | 23.24 | 16.09 | 18.71 | - |
| YUV | 112.9 | 130.32 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 117 | 0 | 0.52 | 0.32 | 0.33 | 336.67 | 0.35 | 0.5 |
| Hex | AC | 52 | 75 | 0 | 34 | 20 | 21 | 151 | 23 | 32 |
| Octal | 254 | 122 | 165 | 0 | 64 | 40 | 41 | 521 | 43 | 62 |
| Binary | 10101100 | 1010010 | 1110101 | 0 | 110100 | 100000 | 100001 | 101010001 | 100011 | 110010 |
Color Harmonies of #AC5275
Complementary color
Monochromatic Colors of #AC5275
Black with #AC5275
Text Example
Text Example
White with #AC5275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5275; }
p { color: rgb(172,82,117); }
H1.HeaderClassName
{
color: #AC5275;
}
.AnyTagClassName
{
color: #AC5275;
}
</style>
background-color css
<style>
a { background-color: #AC5275; }
a { background-color: rgb(172,82,117); }
div.DivClassName
{
background-color: #AC5275;
}
.BgClassName
{
background-color: #AC5275;
}
</style>
border-color css
<style>
span { border-color: #AC5275; }
span { border-color: rgb(172,82,117); }
td.TdClassName
{
border-color: #AC5275;
}
.TagClassName
{
border-color: #AC5275;
}
</style>