Shades of Rose Of Sharon #AC4320
Tints of Rose Of Sharon #AC4320
RGB
CMYK
RGB Variations
Color information
#AC4320 (or 0xAC4320) is known color: Rose Of Sharon. HEX triplet: AC, 43 and 20. RGB value is (172,67,32). Sum of RGB (Red+Green+Blue) = 172+67+32=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4320 is #53BCDF. Grayscale: #5E5E5E. Windows color (decimal): -5487840 or 2114476. OLE color: 2114476.
HSL color Cylindrical-coordinate representation of color #AC4320: hue angle of 15º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC4320 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 32 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.33 |
| HSL | 15º | 0.69% | 0.4% | - |
| HSV(B) | 15º | 0.81% | 0.67% | - |
| XYZ | 19.28 | 12.89 | 2.84 | - |
| YUV | 94.41 | 92.79 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 32 | 0 | 0.61 | 0.81 | 0.33 | 15 | 0.69 | 0.4 |
| Hex | AC | 43 | 20 | 0 | 3D | 51 | 21 | F | 45 | 28 |
| Octal | 254 | 103 | 40 | 0 | 75 | 121 | 41 | 17 | 105 | 50 |
| Binary | 10101100 | 1000011 | 100000 | 0 | 111101 | 1010001 | 100001 | 1111 | 1000101 | 101000 |
Color Harmonies of #AC4320
Complementary color
Monochromatic Colors of #AC4320
Black with #AC4320
Text Example
Text Example
White with #AC4320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4320; }
p { color: rgb(172,67,32); }
H1.HeaderClassName
{
color: #AC4320;
}
.AnyTagClassName
{
color: #AC4320;
}
</style>
background-color css
<style>
a { background-color: #AC4320; }
a { background-color: rgb(172,67,32); }
div.DivClassName
{
background-color: #AC4320;
}
.BgClassName
{
background-color: #AC4320;
}
</style>
border-color css
<style>
span { border-color: #AC4320; }
span { border-color: rgb(172,67,32); }
td.TdClassName
{
border-color: #AC4320;
}
.TagClassName
{
border-color: #AC4320;
}
</style>