Shades of Rose Of Sharon #AC4321
Tints of Rose Of Sharon #AC4321
RGB
CMYK
RGB Variations
Color information
#AC4321 (or 0xAC4321) is known color: Rose Of Sharon. HEX triplet: AC, 43 and 21. RGB value is (172,67,33). Sum of RGB (Red+Green+Blue) = 172+67+33=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4321 is #53BCDE. Grayscale: #5E5E5E. Windows color (decimal): -5487839 or 2180012. OLE color: 2180012.
HSL color Cylindrical-coordinate representation of color #AC4321: hue angle of 14.68º 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 #AC4321 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 33 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.33 |
| HSL | 14.68º | 0.68% | 0.4% | - |
| HSV(B) | 14.68º | 0.81% | 0.67% | - |
| XYZ | 19.29 | 12.89 | 2.91 | - |
| YUV | 94.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 33 | 0 | 0.61 | 0.81 | 0.33 | 14.68 | 0.68 | 0.4 |
| Hex | AC | 43 | 21 | 0 | 3D | 51 | 21 | F | 44 | 28 |
| Octal | 254 | 103 | 41 | 0 | 75 | 121 | 41 | 17 | 104 | 50 |
| Binary | 10101100 | 1000011 | 100001 | 0 | 111101 | 1010001 | 100001 | 1111 | 1000100 | 101000 |
Color Harmonies of #AC4321
Complementary color
Monochromatic Colors of #AC4321
Black with #AC4321
Text Example
Text Example
White with #AC4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4321; }
p { color: rgb(172,67,33); }
H1.HeaderClassName
{
color: #AC4321;
}
.AnyTagClassName
{
color: #AC4321;
}
</style>
background-color css
<style>
a { background-color: #AC4321; }
a { background-color: rgb(172,67,33); }
div.DivClassName
{
background-color: #AC4321;
}
.BgClassName
{
background-color: #AC4321;
}
</style>
border-color css
<style>
span { border-color: #AC4321; }
span { border-color: rgb(172,67,33); }
td.TdClassName
{
border-color: #AC4321;
}
.TagClassName
{
border-color: #AC4321;
}
</style>