Shades of Rose Of Sharon #AC472E
Tints of Rose Of Sharon #AC472E
RGB
CMYK
RGB Variations
Color information
#AC472E (or 0xAC472E) is known color: Rose Of Sharon. HEX triplet: AC, 47 and 2E. RGB value is (172,71,46). Sum of RGB (Red+Green+Blue) = 172+71+46=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC472E is #53B8D1. Grayscale: #626262. Windows color (decimal): -5486802 or 3033004. OLE color: 3033004.
HSL color Cylindrical-coordinate representation of color #AC472E: hue angle of 11.9º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC472E is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 46 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.33 |
| HSL | 11.9º | 0.58% | 0.43% | - |
| HSV(B) | 11.9º | 0.73% | 0.67% | - |
| XYZ | 19.76 | 13.47 | 4.14 | - |
| YUV | 98.35 | 98.46 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 46 | 0 | 0.59 | 0.73 | 0.33 | 11.9 | 0.58 | 0.43 |
| Hex | AC | 47 | 2E | 0 | 3B | 49 | 21 | C | 3A | 2B |
| Octal | 254 | 107 | 56 | 0 | 73 | 111 | 41 | 14 | 72 | 53 |
| Binary | 10101100 | 1000111 | 101110 | 0 | 111011 | 1001001 | 100001 | 1100 | 111010 | 101011 |
Color Harmonies of #AC472E
Complementary color
Monochromatic Colors of #AC472E
Black with #AC472E
Text Example
Text Example
White with #AC472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC472E; }
p { color: rgb(172,71,46); }
H1.HeaderClassName
{
color: #AC472E;
}
.AnyTagClassName
{
color: #AC472E;
}
</style>
background-color css
<style>
a { background-color: #AC472E; }
a { background-color: rgb(172,71,46); }
div.DivClassName
{
background-color: #AC472E;
}
.BgClassName
{
background-color: #AC472E;
}
</style>
border-color css
<style>
span { border-color: #AC472E; }
span { border-color: rgb(172,71,46); }
td.TdClassName
{
border-color: #AC472E;
}
.TagClassName
{
border-color: #AC472E;
}
</style>