Shades of Rose Of Sharon #AC5428
Tints of Rose Of Sharon #AC5428
RGB
CMYK
RGB Variations
Color information
#AC5428 (or 0xAC5428) is known color: Rose Of Sharon. HEX triplet: AC, 54 and 28. RGB value is (172,84,40). Sum of RGB (Red+Green+Blue) = 172+84+40=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5428 is #53ABD7. Grayscale: #696969. Windows color (decimal): -5483480 or 2643116. OLE color: 2643116.
HSL color Cylindrical-coordinate representation of color #AC5428: hue angle of 20º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC5428 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 40 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.33 |
| HSL | 20º | 0.62% | 0.42% | - |
| HSV(B) | 20º | 0.77% | 0.67% | - |
| XYZ | 20.57 | 15.26 | 3.87 | - |
| YUV | 105.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 40 | 0 | 0.51 | 0.77 | 0.33 | 20 | 0.62 | 0.42 |
| Hex | AC | 54 | 28 | 0 | 33 | 4D | 21 | 14 | 3E | 2A |
| Octal | 254 | 124 | 50 | 0 | 63 | 115 | 41 | 24 | 76 | 52 |
| Binary | 10101100 | 1010100 | 101000 | 0 | 110011 | 1001101 | 100001 | 10100 | 111110 | 101010 |
Color Harmonies of #AC5428
Complementary color
Monochromatic Colors of #AC5428
Black with #AC5428
Text Example
Text Example
White with #AC5428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5428; }
p { color: rgb(172,84,40); }
H1.HeaderClassName
{
color: #AC5428;
}
.AnyTagClassName
{
color: #AC5428;
}
</style>
background-color css
<style>
a { background-color: #AC5428; }
a { background-color: rgb(172,84,40); }
div.DivClassName
{
background-color: #AC5428;
}
.BgClassName
{
background-color: #AC5428;
}
</style>
border-color css
<style>
span { border-color: #AC5428; }
span { border-color: rgb(172,84,40); }
td.TdClassName
{
border-color: #AC5428;
}
.TagClassName
{
border-color: #AC5428;
}
</style>