Shades of Rose Of Sharon #AC462A
Tints of Rose Of Sharon #AC462A
RGB
CMYK
RGB Variations
Color information
#AC462A (or 0xAC462A) is known color: Rose Of Sharon. HEX triplet: AC, 46 and 2A. RGB value is (172,70,42). Sum of RGB (Red+Green+Blue) = 172+70+42=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC462A is #53B9D5. Grayscale: #616161. Windows color (decimal): -5487062 or 2770604. OLE color: 2770604.
HSL color Cylindrical-coordinate representation of color #AC462A: hue angle of 12.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC462A is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 42 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.33 |
| HSL | 12.92º | 0.61% | 0.42% | - |
| HSV(B) | 12.92º | 0.76% | 0.67% | - |
| XYZ | 19.62 | 13.32 | 3.73 | - |
| YUV | 97.31 | 96.79 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 42 | 0 | 0.59 | 0.76 | 0.33 | 12.92 | 0.61 | 0.42 |
| Hex | AC | 46 | 2A | 0 | 3B | 4C | 21 | D | 3D | 2A |
| Octal | 254 | 106 | 52 | 0 | 73 | 114 | 41 | 15 | 75 | 52 |
| Binary | 10101100 | 1000110 | 101010 | 0 | 111011 | 1001100 | 100001 | 1101 | 111101 | 101010 |
Color Harmonies of #AC462A
Complementary color
Monochromatic Colors of #AC462A
Black with #AC462A
Text Example
Text Example
White with #AC462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC462A; }
p { color: rgb(172,70,42); }
H1.HeaderClassName
{
color: #AC462A;
}
.AnyTagClassName
{
color: #AC462A;
}
</style>
background-color css
<style>
a { background-color: #AC462A; }
a { background-color: rgb(172,70,42); }
div.DivClassName
{
background-color: #AC462A;
}
.BgClassName
{
background-color: #AC462A;
}
</style>
border-color css
<style>
span { border-color: #AC462A; }
span { border-color: rgb(172,70,42); }
td.TdClassName
{
border-color: #AC462A;
}
.TagClassName
{
border-color: #AC462A;
}
</style>