Shades of Rose Of Sharon #AC471E
Tints of Rose Of Sharon #AC471E
RGB
CMYK
RGB Variations
Color information
#AC471E (or 0xAC471E) is known color: Rose Of Sharon. HEX triplet: AC, 47 and 1E. RGB value is (172,71,30). Sum of RGB (Red+Green+Blue) = 172+71+30=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC471E is #53B8E1. Grayscale: #606060. Windows color (decimal): -5486818 or 1984428. OLE color: 1984428.
HSL color Cylindrical-coordinate representation of color #AC471E: hue angle of 17.32º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC471E is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 30 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.33 |
| HSL | 17.32º | 0.7% | 0.4% | - |
| HSV(B) | 17.32º | 0.83% | 0.67% | - |
| XYZ | 19.5 | 13.37 | 2.78 | - |
| YUV | 96.53 | 90.46 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 30 | 0 | 0.59 | 0.83 | 0.33 | 17.32 | 0.7 | 0.4 |
| Hex | AC | 47 | 1E | 0 | 3B | 53 | 21 | 11 | 46 | 28 |
| Octal | 254 | 107 | 36 | 0 | 73 | 123 | 41 | 21 | 106 | 50 |
| Binary | 10101100 | 1000111 | 11110 | 0 | 111011 | 1010011 | 100001 | 10001 | 1000110 | 101000 |
Color Harmonies of #AC471E
Complementary color
Monochromatic Colors of #AC471E
Black with #AC471E
Text Example
Text Example
White with #AC471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC471E; }
p { color: rgb(172,71,30); }
H1.HeaderClassName
{
color: #AC471E;
}
.AnyTagClassName
{
color: #AC471E;
}
</style>
background-color css
<style>
a { background-color: #AC471E; }
a { background-color: rgb(172,71,30); }
div.DivClassName
{
background-color: #AC471E;
}
.BgClassName
{
background-color: #AC471E;
}
</style>
border-color css
<style>
span { border-color: #AC471E; }
span { border-color: rgb(172,71,30); }
td.TdClassName
{
border-color: #AC471E;
}
.TagClassName
{
border-color: #AC471E;
}
</style>