Shades of Rose Of Sharon #AC5329
Tints of Rose Of Sharon #AC5329
RGB
CMYK
RGB Variations
Color information
#AC5329 (or 0xAC5329) is known color: Rose Of Sharon. HEX triplet: AC, 53 and 29. RGB value is (172,83,41). Sum of RGB (Red+Green+Blue) = 172+83+41=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5329 is #53ACD6. Grayscale: #696969. Windows color (decimal): -5483735 or 2708396. OLE color: 2708396.
HSL color Cylindrical-coordinate representation of color #AC5329: hue angle of 19.24º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC5329 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 41 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.33 |
| HSL | 19.24º | 0.62% | 0.42% | - |
| HSV(B) | 19.24º | 0.76% | 0.67% | - |
| XYZ | 20.51 | 15.12 | 3.93 | - |
| YUV | 104.82 | 91.99 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 41 | 0 | 0.52 | 0.76 | 0.33 | 19.24 | 0.62 | 0.42 |
| Hex | AC | 53 | 29 | 0 | 34 | 4C | 21 | 13 | 3E | 2A |
| Octal | 254 | 123 | 51 | 0 | 64 | 114 | 41 | 23 | 76 | 52 |
| Binary | 10101100 | 1010011 | 101001 | 0 | 110100 | 1001100 | 100001 | 10011 | 111110 | 101010 |
Color Harmonies of #AC5329
Complementary color
Monochromatic Colors of #AC5329
Black with #AC5329
Text Example
Text Example
White with #AC5329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5329; }
p { color: rgb(172,83,41); }
H1.HeaderClassName
{
color: #AC5329;
}
.AnyTagClassName
{
color: #AC5329;
}
</style>
background-color css
<style>
a { background-color: #AC5329; }
a { background-color: rgb(172,83,41); }
div.DivClassName
{
background-color: #AC5329;
}
.BgClassName
{
background-color: #AC5329;
}
</style>
border-color css
<style>
span { border-color: #AC5329; }
span { border-color: rgb(172,83,41); }
td.TdClassName
{
border-color: #AC5329;
}
.TagClassName
{
border-color: #AC5329;
}
</style>