Shades of Royal Heath #AC5175
Tints of Royal Heath #AC5175
RGB
CMYK
RGB Variations
Color information
#AC5175 (or 0xAC5175) is known color: Royal Heath. HEX triplet: AC, 51 and 75. RGB value is (172,81,117). Sum of RGB (Red+Green+Blue) = 172+81+117=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5175 is #53AE8A. Grayscale: #707070. Windows color (decimal): -5484171 or 7688620. OLE color: 7688620.
HSL color Cylindrical-coordinate representation of color #AC5175: hue angle of 336.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5175 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 117 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.33 |
| HSL | 336.26º | 0.36% | 0.5% | - |
| HSV(B) | 336.26º | 0.53% | 0.67% | - |
| XYZ | 23.17 | 15.94 | 18.69 | - |
| YUV | 112.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 117 | 0 | 0.53 | 0.32 | 0.33 | 336.26 | 0.36 | 0.5 |
| Hex | AC | 51 | 75 | 0 | 35 | 20 | 21 | 150 | 24 | 32 |
| Octal | 254 | 121 | 165 | 0 | 65 | 40 | 41 | 520 | 44 | 62 |
| Binary | 10101100 | 1010001 | 1110101 | 0 | 110101 | 100000 | 100001 | 101010000 | 100100 | 110010 |
Color Harmonies of #AC5175
Complementary color
Monochromatic Colors of #AC5175
Black with #AC5175
Text Example
Text Example
White with #AC5175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5175; }
p { color: rgb(172,81,117); }
H1.HeaderClassName
{
color: #AC5175;
}
.AnyTagClassName
{
color: #AC5175;
}
</style>
background-color css
<style>
a { background-color: #AC5175; }
a { background-color: rgb(172,81,117); }
div.DivClassName
{
background-color: #AC5175;
}
.BgClassName
{
background-color: #AC5175;
}
</style>
border-color css
<style>
span { border-color: #AC5175; }
span { border-color: rgb(172,81,117); }
td.TdClassName
{
border-color: #AC5175;
}
.TagClassName
{
border-color: #AC5175;
}
</style>