Shades of Rose Of Sharon #AC481F
Tints of Rose Of Sharon #AC481F
RGB
CMYK
RGB Variations
Color information
#AC481F (or 0xAC481F) is known color: Rose Of Sharon. HEX triplet: AC, 48 and 1F. RGB value is (172,72,31). Sum of RGB (Red+Green+Blue) = 172+72+31=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC481F is #53B7E0. Grayscale: #616161. Windows color (decimal): -5486561 or 2050220. OLE color: 2050220.
HSL color Cylindrical-coordinate representation of color #AC481F: hue angle of 17.45º 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 #AC481F is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 31 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.33 |
| HSL | 17.45º | 0.69% | 0.4% | - |
| HSV(B) | 17.45º | 0.82% | 0.67% | - |
| XYZ | 19.58 | 13.5 | 2.87 | - |
| YUV | 97.23 | 90.63 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 31 | 0 | 0.58 | 0.82 | 0.33 | 17.45 | 0.69 | 0.4 |
| Hex | AC | 48 | 1F | 0 | 3A | 52 | 21 | 11 | 45 | 28 |
| Octal | 254 | 110 | 37 | 0 | 72 | 122 | 41 | 21 | 105 | 50 |
| Binary | 10101100 | 1001000 | 11111 | 0 | 111010 | 1010010 | 100001 | 10001 | 1000101 | 101000 |
Color Harmonies of #AC481F
Complementary color
Monochromatic Colors of #AC481F
Black with #AC481F
Text Example
Text Example
White with #AC481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC481F; }
p { color: rgb(172,72,31); }
H1.HeaderClassName
{
color: #AC481F;
}
.AnyTagClassName
{
color: #AC481F;
}
</style>
background-color css
<style>
a { background-color: #AC481F; }
a { background-color: rgb(172,72,31); }
div.DivClassName
{
background-color: #AC481F;
}
.BgClassName
{
background-color: #AC481F;
}
</style>
border-color css
<style>
span { border-color: #AC481F; }
span { border-color: rgb(172,72,31); }
td.TdClassName
{
border-color: #AC481F;
}
.TagClassName
{
border-color: #AC481F;
}
</style>