Shades of Rose Of Sharon #AC4522
Tints of Rose Of Sharon #AC4522
RGB
CMYK
RGB Variations
Color information
#AC4522 (or 0xAC4522) is known color: Rose Of Sharon. HEX triplet: AC, 45 and 22. RGB value is (172,69,34). Sum of RGB (Red+Green+Blue) = 172+69+34=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4522 is #53BADD. Grayscale: #606060. Windows color (decimal): -5487326 or 2246060. OLE color: 2246060.
HSL color Cylindrical-coordinate representation of color #AC4522: hue angle of 15.22º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC4522 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 34 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.33 |
| HSL | 15.22º | 0.67% | 0.4% | - |
| HSV(B) | 15.22º | 0.8% | 0.67% | - |
| XYZ | 19.43 | 13.14 | 3.03 | - |
| YUV | 95.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 34 | 0 | 0.60 | 0.80 | 0.33 | 15.22 | 0.67 | 0.4 |
| Hex | AC | 45 | 22 | 0 | 3C | 50 | 21 | F | 43 | 28 |
| Octal | 254 | 105 | 42 | 0 | 74 | 120 | 41 | 17 | 103 | 50 |
| Binary | 10101100 | 1000101 | 100010 | 0 | 111100 | 1010000 | 100001 | 1111 | 1000011 | 101000 |
Color Harmonies of #AC4522
Complementary color
Monochromatic Colors of #AC4522
Black with #AC4522
Text Example
Text Example
White with #AC4522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4522; }
p { color: rgb(172,69,34); }
H1.HeaderClassName
{
color: #AC4522;
}
.AnyTagClassName
{
color: #AC4522;
}
</style>
background-color css
<style>
a { background-color: #AC4522; }
a { background-color: rgb(172,69,34); }
div.DivClassName
{
background-color: #AC4522;
}
.BgClassName
{
background-color: #AC4522;
}
</style>
border-color css
<style>
span { border-color: #AC4522; }
span { border-color: rgb(172,69,34); }
td.TdClassName
{
border-color: #AC4522;
}
.TagClassName
{
border-color: #AC4522;
}
</style>