Shades of Rose Of Sharon #AC482B
Tints of Rose Of Sharon #AC482B
RGB
CMYK
RGB Variations
Color information
#AC482B (or 0xAC482B) is known color: Rose Of Sharon. HEX triplet: AC, 48 and 2B. RGB value is (172,72,43). Sum of RGB (Red+Green+Blue) = 172+72+43=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC482B is #53B7D4. Grayscale: #626262. Windows color (decimal): -5486549 or 2836652. OLE color: 2836652.
HSL color Cylindrical-coordinate representation of color #AC482B: hue angle of 13.49º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC482B is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 43 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.33 |
| HSL | 13.49º | 0.6% | 0.42% | - |
| HSV(B) | 13.49º | 0.75% | 0.67% | - |
| XYZ | 19.77 | 13.58 | 3.86 | - |
| YUV | 98.59 | 96.63 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 43 | 0 | 0.58 | 0.75 | 0.33 | 13.49 | 0.6 | 0.42 |
| Hex | AC | 48 | 2B | 0 | 3A | 4B | 21 | D | 3C | 2A |
| Octal | 254 | 110 | 53 | 0 | 72 | 113 | 41 | 15 | 74 | 52 |
| Binary | 10101100 | 1001000 | 101011 | 0 | 111010 | 1001011 | 100001 | 1101 | 111100 | 101010 |
Color Harmonies of #AC482B
Complementary color
Monochromatic Colors of #AC482B
Black with #AC482B
Text Example
Text Example
White with #AC482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC482B; }
p { color: rgb(172,72,43); }
H1.HeaderClassName
{
color: #AC482B;
}
.AnyTagClassName
{
color: #AC482B;
}
</style>
background-color css
<style>
a { background-color: #AC482B; }
a { background-color: rgb(172,72,43); }
div.DivClassName
{
background-color: #AC482B;
}
.BgClassName
{
background-color: #AC482B;
}
</style>
border-color css
<style>
span { border-color: #AC482B; }
span { border-color: rgb(172,72,43); }
td.TdClassName
{
border-color: #AC482B;
}
.TagClassName
{
border-color: #AC482B;
}
</style>