Shades of Rose Of Sharon #AC5426
Tints of Rose Of Sharon #AC5426
RGB
CMYK
RGB Variations
Color information
#AC5426 (or 0xAC5426) is known color: Rose Of Sharon. HEX triplet: AC, 54 and 26. RGB value is (172,84,38). Sum of RGB (Red+Green+Blue) = 172+84+38=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5426 is #53ABD9. Grayscale: #696969. Windows color (decimal): -5483482 or 2512044. OLE color: 2512044.
HSL color Cylindrical-coordinate representation of color #AC5426: hue angle of 20.6º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC5426 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 38 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.33 |
| HSL | 20.6º | 0.64% | 0.41% | - |
| HSV(B) | 20.6º | 0.78% | 0.67% | - |
| XYZ | 20.53 | 15.25 | 3.7 | - |
| YUV | 105.07 | 90.15 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 38 | 0 | 0.51 | 0.78 | 0.33 | 20.6 | 0.64 | 0.41 |
| Hex | AC | 54 | 26 | 0 | 33 | 4E | 21 | 15 | 40 | 29 |
| Octal | 254 | 124 | 46 | 0 | 63 | 116 | 41 | 25 | 100 | 51 |
| Binary | 10101100 | 1010100 | 100110 | 0 | 110011 | 1001110 | 100001 | 10101 | 1000000 | 101001 |
Color Harmonies of #AC5426
Complementary color
Monochromatic Colors of #AC5426
Black with #AC5426
Text Example
Text Example
White with #AC5426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5426; }
p { color: rgb(172,84,38); }
H1.HeaderClassName
{
color: #AC5426;
}
.AnyTagClassName
{
color: #AC5426;
}
</style>
background-color css
<style>
a { background-color: #AC5426; }
a { background-color: rgb(172,84,38); }
div.DivClassName
{
background-color: #AC5426;
}
.BgClassName
{
background-color: #AC5426;
}
</style>
border-color css
<style>
span { border-color: #AC5426; }
span { border-color: rgb(172,84,38); }
td.TdClassName
{
border-color: #AC5426;
}
.TagClassName
{
border-color: #AC5426;
}
</style>