Shades of Royal Heath #AC4177
Tints of Royal Heath #AC4177
RGB
CMYK
RGB Variations
Color information
#AC4177 (or 0xAC4177) is known color: Royal Heath. HEX triplet: AC, 41 and 77. RGB value is (172,65,119). Sum of RGB (Red+Green+Blue) = 172+65+119=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4177 is #53BE88. Grayscale: #676767. Windows color (decimal): -5488265 or 7815596. OLE color: 7815596.
HSL color Cylindrical-coordinate representation of color #AC4177: hue angle of 329.72º 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 #AC4177 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 119 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.33 |
| HSL | 329.72º | 0.45% | 0.46% | - |
| HSV(B) | 329.72º | 0.62% | 0.67% | - |
| XYZ | 22.23 | 13.88 | 18.96 | - |
| YUV | 103.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 119 | 0 | 0.62 | 0.31 | 0.33 | 329.72 | 0.45 | 0.46 |
| Hex | AC | 41 | 77 | 0 | 3E | 1F | 21 | 14A | 2D | 2E |
| Octal | 254 | 101 | 167 | 0 | 76 | 37 | 41 | 512 | 55 | 56 |
| Binary | 10101100 | 1000001 | 1110111 | 0 | 111110 | 11111 | 100001 | 101001010 | 101101 | 101110 |
Color Harmonies of #AC4177
Complementary color
Monochromatic Colors of #AC4177
Black with #AC4177
Text Example
Text Example
White with #AC4177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4177; }
p { color: rgb(172,65,119); }
H1.HeaderClassName
{
color: #AC4177;
}
.AnyTagClassName
{
color: #AC4177;
}
</style>
background-color css
<style>
a { background-color: #AC4177; }
a { background-color: rgb(172,65,119); }
div.DivClassName
{
background-color: #AC4177;
}
.BgClassName
{
background-color: #AC4177;
}
</style>
border-color css
<style>
span { border-color: #AC4177; }
span { border-color: rgb(172,65,119); }
td.TdClassName
{
border-color: #AC4177;
}
.TagClassName
{
border-color: #AC4177;
}
</style>