Shades of Rose Of Sharon #AC462C
Tints of Rose Of Sharon #AC462C
RGB
CMYK
RGB Variations
Color information
#AC462C (or 0xAC462C) is known color: Rose Of Sharon. HEX triplet: AC, 46 and 2C. RGB value is (172,70,44). Sum of RGB (Red+Green+Blue) = 172+70+44=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC462C is #53B9D3. Grayscale: #616161. Windows color (decimal): -5487060 or 2901676. OLE color: 2901676.
HSL color Cylindrical-coordinate representation of color #AC462C: hue angle of 12.19º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC462C is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 44 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.33 |
| HSL | 12.19º | 0.59% | 0.42% | - |
| HSV(B) | 12.19º | 0.74% | 0.67% | - |
| XYZ | 19.66 | 13.33 | 3.92 | - |
| YUV | 97.53 | 97.79 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 44 | 0 | 0.59 | 0.74 | 0.33 | 12.19 | 0.59 | 0.42 |
| Hex | AC | 46 | 2C | 0 | 3B | 4A | 21 | C | 3B | 2A |
| Octal | 254 | 106 | 54 | 0 | 73 | 112 | 41 | 14 | 73 | 52 |
| Binary | 10101100 | 1000110 | 101100 | 0 | 111011 | 1001010 | 100001 | 1100 | 111011 | 101010 |
Color Harmonies of #AC462C
Complementary color
Monochromatic Colors of #AC462C
Black with #AC462C
Text Example
Text Example
White with #AC462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC462C; }
p { color: rgb(172,70,44); }
H1.HeaderClassName
{
color: #AC462C;
}
.AnyTagClassName
{
color: #AC462C;
}
</style>
background-color css
<style>
a { background-color: #AC462C; }
a { background-color: rgb(172,70,44); }
div.DivClassName
{
background-color: #AC462C;
}
.BgClassName
{
background-color: #AC462C;
}
</style>
border-color css
<style>
span { border-color: #AC462C; }
span { border-color: rgb(172,70,44); }
td.TdClassName
{
border-color: #AC462C;
}
.TagClassName
{
border-color: #AC462C;
}
</style>