Shades of Rose Of Sharon #AC502B
Tints of Rose Of Sharon #AC502B
RGB
CMYK
RGB Variations
Color information
#AC502B (or 0xAC502B) is known color: Rose Of Sharon. HEX triplet: AC, 50 and 2B. RGB value is (172,80,43). Sum of RGB (Red+Green+Blue) = 172+80+43=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC502B is #53AFD4. Grayscale: #676767. Windows color (decimal): -5484501 or 2838700. OLE color: 2838700.
HSL color Cylindrical-coordinate representation of color #AC502B: hue angle of 17.21º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC502B is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 43 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.33 |
| HSL | 17.21º | 0.6% | 0.42% | - |
| HSV(B) | 17.21º | 0.75% | 0.67% | - |
| XYZ | 20.32 | 14.68 | 4.05 | - |
| YUV | 103.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 43 | 0 | 0.53 | 0.75 | 0.33 | 17.21 | 0.6 | 0.42 |
| Hex | AC | 50 | 2B | 0 | 35 | 4B | 21 | 11 | 3C | 2A |
| Octal | 254 | 120 | 53 | 0 | 65 | 113 | 41 | 21 | 74 | 52 |
| Binary | 10101100 | 1010000 | 101011 | 0 | 110101 | 1001011 | 100001 | 10001 | 111100 | 101010 |
Color Harmonies of #AC502B
Complementary color
Monochromatic Colors of #AC502B
Black with #AC502B
Text Example
Text Example
White with #AC502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC502B; }
p { color: rgb(172,80,43); }
H1.HeaderClassName
{
color: #AC502B;
}
.AnyTagClassName
{
color: #AC502B;
}
</style>
background-color css
<style>
a { background-color: #AC502B; }
a { background-color: rgb(172,80,43); }
div.DivClassName
{
background-color: #AC502B;
}
.BgClassName
{
background-color: #AC502B;
}
</style>
border-color css
<style>
span { border-color: #AC502B; }
span { border-color: rgb(172,80,43); }
td.TdClassName
{
border-color: #AC502B;
}
.TagClassName
{
border-color: #AC502B;
}
</style>