Shades of Rose Of Sharon #AC4E31
Tints of Rose Of Sharon #AC4E31
RGB
CMYK
RGB Variations
Color information
#AC4E31 (or 0xAC4E31) is known color: Rose Of Sharon. HEX triplet: AC, 4E and 31. RGB value is (172,78,49). Sum of RGB (Red+Green+Blue) = 172+78+49=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4E31 is #53B1CE. Grayscale: #676767. Windows color (decimal): -5485007 or 3231404. OLE color: 3231404.
HSL color Cylindrical-coordinate representation of color #AC4E31: hue angle of 14.15º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC4E31 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 78 | 49 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.33 |
| HSL | 14.15º | 0.56% | 0.43% | - |
| HSV(B) | 14.15º | 0.72% | 0.67% | - |
| XYZ | 20.29 | 14.44 | 4.62 | - |
| YUV | 102.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 49 | 0 | 0.55 | 0.72 | 0.33 | 14.15 | 0.56 | 0.43 |
| Hex | AC | 4E | 31 | 0 | 37 | 48 | 21 | E | 38 | 2B |
| Octal | 254 | 116 | 61 | 0 | 67 | 110 | 41 | 16 | 70 | 53 |
| Binary | 10101100 | 1001110 | 110001 | 0 | 110111 | 1001000 | 100001 | 1110 | 111000 | 101011 |
Color Harmonies of #AC4E31
Complementary color
Monochromatic Colors of #AC4E31
Black with #AC4E31
Text Example
Text Example
White with #AC4E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4E31; }
p { color: rgb(172,78,49); }
H1.HeaderClassName
{
color: #AC4E31;
}
.AnyTagClassName
{
color: #AC4E31;
}
</style>
background-color css
<style>
a { background-color: #AC4E31; }
a { background-color: rgb(172,78,49); }
div.DivClassName
{
background-color: #AC4E31;
}
.BgClassName
{
background-color: #AC4E31;
}
</style>
border-color css
<style>
span { border-color: #AC4E31; }
span { border-color: rgb(172,78,49); }
td.TdClassName
{
border-color: #AC4E31;
}
.TagClassName
{
border-color: #AC4E31;
}
</style>