Shades of Rose Of Sharon #AC502E
Tints of Rose Of Sharon #AC502E
RGB
CMYK
RGB Variations
Color information
#AC502E (or 0xAC502E) is known color: Rose Of Sharon. HEX triplet: AC, 50 and 2E. RGB value is (172,80,46). Sum of RGB (Red+Green+Blue) = 172+80+46=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC502E is #53AFD1. Grayscale: #676767. Windows color (decimal): -5484498 or 3035308. OLE color: 3035308.
HSL color Cylindrical-coordinate representation of color #AC502E: hue angle of 16.19º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC502E is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 46 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.33 |
| HSL | 16.19º | 0.58% | 0.43% | - |
| HSV(B) | 16.19º | 0.73% | 0.67% | - |
| XYZ | 20.38 | 14.71 | 4.35 | - |
| YUV | 103.63 | 95.48 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 46 | 0 | 0.53 | 0.73 | 0.33 | 16.19 | 0.58 | 0.43 |
| Hex | AC | 50 | 2E | 0 | 35 | 49 | 21 | 10 | 3A | 2B |
| Octal | 254 | 120 | 56 | 0 | 65 | 111 | 41 | 20 | 72 | 53 |
| Binary | 10101100 | 1010000 | 101110 | 0 | 110101 | 1001001 | 100001 | 10000 | 111010 | 101011 |
Color Harmonies of #AC502E
Complementary color
Monochromatic Colors of #AC502E
Black with #AC502E
Text Example
Text Example
White with #AC502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC502E; }
p { color: rgb(172,80,46); }
H1.HeaderClassName
{
color: #AC502E;
}
.AnyTagClassName
{
color: #AC502E;
}
</style>
background-color css
<style>
a { background-color: #AC502E; }
a { background-color: rgb(172,80,46); }
div.DivClassName
{
background-color: #AC502E;
}
.BgClassName
{
background-color: #AC502E;
}
</style>
border-color css
<style>
span { border-color: #AC502E; }
span { border-color: rgb(172,80,46); }
td.TdClassName
{
border-color: #AC502E;
}
.TagClassName
{
border-color: #AC502E;
}
</style>