Shades of Rose Of Sharon #AC491F
Tints of Rose Of Sharon #AC491F
RGB
CMYK
RGB Variations
Color information
#AC491F (or 0xAC491F) is known color: Rose Of Sharon. HEX triplet: AC, 49 and 1F. RGB value is (172,73,31). Sum of RGB (Red+Green+Blue) = 172+73+31=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC491F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC491F is #53B6E0. Grayscale: #626262. Windows color (decimal): -5486305 or 2050476. OLE color: 2050476.
HSL color Cylindrical-coordinate representation of color #AC491F: hue angle of 17.87º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC491F is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 31 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.33 |
| HSL | 17.87º | 0.69% | 0.4% | - |
| HSV(B) | 17.87º | 0.82% | 0.67% | - |
| XYZ | 19.64 | 13.63 | 2.89 | - |
| YUV | 97.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 31 | 0 | 0.58 | 0.82 | 0.33 | 17.87 | 0.69 | 0.4 |
| Hex | AC | 49 | 1F | 0 | 3A | 52 | 21 | 12 | 45 | 28 |
| Octal | 254 | 111 | 37 | 0 | 72 | 122 | 41 | 22 | 105 | 50 |
| Binary | 10101100 | 1001001 | 11111 | 0 | 111010 | 1010010 | 100001 | 10010 | 1000101 | 101000 |
Color Harmonies of #AC491F
Complementary color
Monochromatic Colors of #AC491F
Black with #AC491F
Text Example
Text Example
White with #AC491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC491F; }
p { color: rgb(172,73,31); }
H1.HeaderClassName
{
color: #AC491F;
}
.AnyTagClassName
{
color: #AC491F;
}
</style>
background-color css
<style>
a { background-color: #AC491F; }
a { background-color: rgb(172,73,31); }
div.DivClassName
{
background-color: #AC491F;
}
.BgClassName
{
background-color: #AC491F;
}
</style>
border-color css
<style>
span { border-color: #AC491F; }
span { border-color: rgb(172,73,31); }
td.TdClassName
{
border-color: #AC491F;
}
.TagClassName
{
border-color: #AC491F;
}
</style>