Shades of Rose Of Sharon #AC472F
Tints of Rose Of Sharon #AC472F
RGB
CMYK
RGB Variations
Color information
#AC472F (or 0xAC472F) is known color: Rose Of Sharon. HEX triplet: AC, 47 and 2F. RGB value is (172,71,47). Sum of RGB (Red+Green+Blue) = 172+71+47=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC472F is #53B8D0. Grayscale: #626262. Windows color (decimal): -5486801 or 3098540. OLE color: 3098540.
HSL color Cylindrical-coordinate representation of color #AC472F: hue angle of 11.52º degrees, saturation: 0.57, 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 #AC472F is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 47 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.33 |
| HSL | 11.52º | 0.57% | 0.43% | - |
| HSV(B) | 11.52º | 0.73% | 0.67% | - |
| XYZ | 19.78 | 13.48 | 4.25 | - |
| YUV | 98.46 | 98.96 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 47 | 0 | 0.59 | 0.73 | 0.33 | 11.52 | 0.57 | 0.43 |
| Hex | AC | 47 | 2F | 0 | 3B | 49 | 21 | C | 39 | 2B |
| Octal | 254 | 107 | 57 | 0 | 73 | 111 | 41 | 14 | 71 | 53 |
| Binary | 10101100 | 1000111 | 101111 | 0 | 111011 | 1001001 | 100001 | 1100 | 111001 | 101011 |
Color Harmonies of #AC472F
Complementary color
Monochromatic Colors of #AC472F
Black with #AC472F
Text Example
Text Example
White with #AC472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC472F; }
p { color: rgb(172,71,47); }
H1.HeaderClassName
{
color: #AC472F;
}
.AnyTagClassName
{
color: #AC472F;
}
</style>
background-color css
<style>
a { background-color: #AC472F; }
a { background-color: rgb(172,71,47); }
div.DivClassName
{
background-color: #AC472F;
}
.BgClassName
{
background-color: #AC472F;
}
</style>
border-color css
<style>
span { border-color: #AC472F; }
span { border-color: rgb(172,71,47); }
td.TdClassName
{
border-color: #AC472F;
}
.TagClassName
{
border-color: #AC472F;
}
</style>