Shades of Rose Of Sharon #AC522D
Tints of Rose Of Sharon #AC522D
RGB
CMYK
RGB Variations
Color information
#AC522D (or 0xAC522D) is known color: Rose Of Sharon. HEX triplet: AC, 52 and 2D. RGB value is (172,82,45). Sum of RGB (Red+Green+Blue) = 172+82+45=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC522D is #53ADD2. Grayscale: #686868. Windows color (decimal): -5483987 or 2970284. OLE color: 2970284.
HSL color Cylindrical-coordinate representation of color #AC522D: hue angle of 17.48º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC522D is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 45 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.33 |
| HSL | 17.48º | 0.59% | 0.43% | - |
| HSV(B) | 17.48º | 0.74% | 0.67% | - |
| XYZ | 20.5 | 14.99 | 4.3 | - |
| YUV | 104.69 | 94.32 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 45 | 0 | 0.52 | 0.74 | 0.33 | 17.48 | 0.59 | 0.43 |
| Hex | AC | 52 | 2D | 0 | 34 | 4A | 21 | 11 | 3B | 2B |
| Octal | 254 | 122 | 55 | 0 | 64 | 112 | 41 | 21 | 73 | 53 |
| Binary | 10101100 | 1010010 | 101101 | 0 | 110100 | 1001010 | 100001 | 10001 | 111011 | 101011 |
Color Harmonies of #AC522D
Complementary color
Monochromatic Colors of #AC522D
Black with #AC522D
Text Example
Text Example
White with #AC522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC522D; }
p { color: rgb(172,82,45); }
H1.HeaderClassName
{
color: #AC522D;
}
.AnyTagClassName
{
color: #AC522D;
}
</style>
background-color css
<style>
a { background-color: #AC522D; }
a { background-color: rgb(172,82,45); }
div.DivClassName
{
background-color: #AC522D;
}
.BgClassName
{
background-color: #AC522D;
}
</style>
border-color css
<style>
span { border-color: #AC522D; }
span { border-color: rgb(172,82,45); }
td.TdClassName
{
border-color: #AC522D;
}
.TagClassName
{
border-color: #AC522D;
}
</style>