Shades of Rose Of Sharon #AC4421
Tints of Rose Of Sharon #AC4421
RGB
CMYK
RGB Variations
Color information
#AC4421 (or 0xAC4421) is known color: Rose Of Sharon. HEX triplet: AC, 44 and 21. RGB value is (172,68,33). Sum of RGB (Red+Green+Blue) = 172+68+33=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4421 is #53BBDE. Grayscale: #5F5F5F. Windows color (decimal): -5487583 or 2180268. OLE color: 2180268.
HSL color Cylindrical-coordinate representation of color #AC4421: hue angle of 15.11º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC4421 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 33 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.33 |
| HSL | 15.11º | 0.68% | 0.4% | - |
| HSV(B) | 15.11º | 0.81% | 0.67% | - |
| XYZ | 19.35 | 13.01 | 2.93 | - |
| YUV | 95.11 | 92.96 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 33 | 0 | 0.60 | 0.81 | 0.33 | 15.11 | 0.68 | 0.4 |
| Hex | AC | 44 | 21 | 0 | 3C | 51 | 21 | F | 44 | 28 |
| Octal | 254 | 104 | 41 | 0 | 74 | 121 | 41 | 17 | 104 | 50 |
| Binary | 10101100 | 1000100 | 100001 | 0 | 111100 | 1010001 | 100001 | 1111 | 1000100 | 101000 |
Color Harmonies of #AC4421
Complementary color
Monochromatic Colors of #AC4421
Black with #AC4421
Text Example
Text Example
White with #AC4421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4421; }
p { color: rgb(172,68,33); }
H1.HeaderClassName
{
color: #AC4421;
}
.AnyTagClassName
{
color: #AC4421;
}
</style>
background-color css
<style>
a { background-color: #AC4421; }
a { background-color: rgb(172,68,33); }
div.DivClassName
{
background-color: #AC4421;
}
.BgClassName
{
background-color: #AC4421;
}
</style>
border-color css
<style>
span { border-color: #AC4421; }
span { border-color: rgb(172,68,33); }
td.TdClassName
{
border-color: #AC4421;
}
.TagClassName
{
border-color: #AC4421;
}
</style>