Shades of Royal Heath #AC4176
Tints of Royal Heath #AC4176
RGB
CMYK
RGB Variations
Color information
#AC4176 (or 0xAC4176) is known color: Royal Heath. HEX triplet: AC, 41 and 76. RGB value is (172,65,118). Sum of RGB (Red+Green+Blue) = 172+65+118=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4176 is #53BE89. Grayscale: #666666. Windows color (decimal): -5488266 or 7750060. OLE color: 7750060.
HSL color Cylindrical-coordinate representation of color #AC4176: hue angle of 330.28º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4176 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 118 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.33 |
| HSL | 330.28º | 0.45% | 0.46% | - |
| HSV(B) | 330.28º | 0.62% | 0.67% | - |
| XYZ | 22.17 | 13.86 | 18.65 | - |
| YUV | 103.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 118 | 0 | 0.62 | 0.31 | 0.33 | 330.28 | 0.45 | 0.46 |
| Hex | AC | 41 | 76 | 0 | 3E | 1F | 21 | 14A | 2D | 2E |
| Octal | 254 | 101 | 166 | 0 | 76 | 37 | 41 | 512 | 55 | 56 |
| Binary | 10101100 | 1000001 | 1110110 | 0 | 111110 | 11111 | 100001 | 101001010 | 101101 | 101110 |
Color Harmonies of #AC4176
Complementary color
Monochromatic Colors of #AC4176
Black with #AC4176
Text Example
Text Example
White with #AC4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4176; }
p { color: rgb(172,65,118); }
H1.HeaderClassName
{
color: #AC4176;
}
.AnyTagClassName
{
color: #AC4176;
}
</style>
background-color css
<style>
a { background-color: #AC4176; }
a { background-color: rgb(172,65,118); }
div.DivClassName
{
background-color: #AC4176;
}
.BgClassName
{
background-color: #AC4176;
}
</style>
border-color css
<style>
span { border-color: #AC4176; }
span { border-color: rgb(172,65,118); }
td.TdClassName
{
border-color: #AC4176;
}
.TagClassName
{
border-color: #AC4176;
}
</style>