Shades of Rose Of Sharon #AC492A
Tints of Rose Of Sharon #AC492A
RGB
CMYK
RGB Variations
Color information
#AC492A (or 0xAC492A) is known color: Rose Of Sharon. HEX triplet: AC, 49 and 2A. RGB value is (172,73,42). Sum of RGB (Red+Green+Blue) = 172+73+42=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC492A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC492A is #53B6D5. Grayscale: #636363. Windows color (decimal): -5486294 or 2771372. OLE color: 2771372.
HSL color Cylindrical-coordinate representation of color #AC492A: hue angle of 14.31º 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 #AC492A is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 42 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.33 |
| HSL | 14.31º | 0.61% | 0.42% | - |
| HSV(B) | 14.31º | 0.76% | 0.67% | - |
| XYZ | 19.81 | 13.7 | 3.79 | - |
| YUV | 99.07 | 95.8 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 42 | 0 | 0.58 | 0.76 | 0.33 | 14.31 | 0.61 | 0.42 |
| Hex | AC | 49 | 2A | 0 | 3A | 4C | 21 | E | 3D | 2A |
| Octal | 254 | 111 | 52 | 0 | 72 | 114 | 41 | 16 | 75 | 52 |
| Binary | 10101100 | 1001001 | 101010 | 0 | 111010 | 1001100 | 100001 | 1110 | 111101 | 101010 |
Color Harmonies of #AC492A
Complementary color
Monochromatic Colors of #AC492A
Black with #AC492A
Text Example
Text Example
White with #AC492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC492A; }
p { color: rgb(172,73,42); }
H1.HeaderClassName
{
color: #AC492A;
}
.AnyTagClassName
{
color: #AC492A;
}
</style>
background-color css
<style>
a { background-color: #AC492A; }
a { background-color: rgb(172,73,42); }
div.DivClassName
{
background-color: #AC492A;
}
.BgClassName
{
background-color: #AC492A;
}
</style>
border-color css
<style>
span { border-color: #AC492A; }
span { border-color: rgb(172,73,42); }
td.TdClassName
{
border-color: #AC492A;
}
.TagClassName
{
border-color: #AC492A;
}
</style>