Shades of Rose Of Sharon #AC4E28
Tints of Rose Of Sharon #AC4E28
RGB
CMYK
RGB Variations
Color information
#AC4E28 (or 0xAC4E28) is known color: Rose Of Sharon. HEX triplet: AC, 4E and 28. RGB value is (172,78,40). Sum of RGB (Red+Green+Blue) = 172+78+40=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4E28 is #53B1D7. Grayscale: #666666. Windows color (decimal): -5485016 or 2641580. OLE color: 2641580.
HSL color Cylindrical-coordinate representation of color #AC4E28: hue angle of 17.27º 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 #AC4E28 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 78 | 40 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.33 |
| HSL | 17.27º | 0.62% | 0.42% | - |
| HSV(B) | 17.27º | 0.77% | 0.67% | - |
| XYZ | 20.12 | 14.37 | 3.72 | - |
| YUV | 101.77 | 93.14 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 40 | 0 | 0.55 | 0.77 | 0.33 | 17.27 | 0.62 | 0.42 |
| Hex | AC | 4E | 28 | 0 | 37 | 4D | 21 | 11 | 3E | 2A |
| Octal | 254 | 116 | 50 | 0 | 67 | 115 | 41 | 21 | 76 | 52 |
| Binary | 10101100 | 1001110 | 101000 | 0 | 110111 | 1001101 | 100001 | 10001 | 111110 | 101010 |
Color Harmonies of #AC4E28
Complementary color
Monochromatic Colors of #AC4E28
Black with #AC4E28
Text Example
Text Example
White with #AC4E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4E28; }
p { color: rgb(172,78,40); }
H1.HeaderClassName
{
color: #AC4E28;
}
.AnyTagClassName
{
color: #AC4E28;
}
</style>
background-color css
<style>
a { background-color: #AC4E28; }
a { background-color: rgb(172,78,40); }
div.DivClassName
{
background-color: #AC4E28;
}
.BgClassName
{
background-color: #AC4E28;
}
</style>
border-color css
<style>
span { border-color: #AC4E28; }
span { border-color: rgb(172,78,40); }
td.TdClassName
{
border-color: #AC4E28;
}
.TagClassName
{
border-color: #AC4E28;
}
</style>