Shades of Rose Of Sharon #AC4F2E
Tints of Rose Of Sharon #AC4F2E
RGB
CMYK
RGB Variations
Color information
#AC4F2E (or 0xAC4F2E) is known color: Rose Of Sharon. HEX triplet: AC, 4F and 2E. RGB value is (172,79,46). Sum of RGB (Red+Green+Blue) = 172+79+46=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4F2E is #53B0D1. Grayscale: #676767. Windows color (decimal): -5484754 or 3035052. OLE color: 3035052.
HSL color Cylindrical-coordinate representation of color #AC4F2E: hue angle of 15.71º 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 #AC4F2E is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 79 | 46 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.33 |
| HSL | 15.71º | 0.58% | 0.43% | - |
| HSV(B) | 15.71º | 0.73% | 0.67% | - |
| XYZ | 20.3 | 14.56 | 4.33 | - |
| YUV | 103.05 | 95.81 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 79 | 46 | 0 | 0.54 | 0.73 | 0.33 | 15.71 | 0.58 | 0.43 |
| Hex | AC | 4F | 2E | 0 | 36 | 49 | 21 | 10 | 3A | 2B |
| Octal | 254 | 117 | 56 | 0 | 66 | 111 | 41 | 20 | 72 | 53 |
| Binary | 10101100 | 1001111 | 101110 | 0 | 110110 | 1001001 | 100001 | 10000 | 111010 | 101011 |
Color Harmonies of #AC4F2E
Complementary color
Monochromatic Colors of #AC4F2E
Black with #AC4F2E
Text Example
Text Example
White with #AC4F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4F2E; }
p { color: rgb(172,79,46); }
H1.HeaderClassName
{
color: #AC4F2E;
}
.AnyTagClassName
{
color: #AC4F2E;
}
</style>
background-color css
<style>
a { background-color: #AC4F2E; }
a { background-color: rgb(172,79,46); }
div.DivClassName
{
background-color: #AC4F2E;
}
.BgClassName
{
background-color: #AC4F2E;
}
</style>
border-color css
<style>
span { border-color: #AC4F2E; }
span { border-color: rgb(172,79,46); }
td.TdClassName
{
border-color: #AC4F2E;
}
.TagClassName
{
border-color: #AC4F2E;
}
</style>