Shades of Rose Of Sharon #AC512D
Tints of Rose Of Sharon #AC512D
RGB
CMYK
RGB Variations
Color information
#AC512D (or 0xAC512D) is known color: Rose Of Sharon. HEX triplet: AC, 51 and 2D. RGB value is (172,81,45). Sum of RGB (Red+Green+Blue) = 172+81+45=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC512D is #53AED2. Grayscale: #686868. Windows color (decimal): -5484243 or 2970028. OLE color: 2970028.
HSL color Cylindrical-coordinate representation of color #AC512D: hue angle of 17.01º 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 #AC512D is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 81 | 45 | - |
CMYK | 0 | 0.53 | 0.74 | 0.33 |
HSL | 17.01º | 0.59% | 0.43% | - |
HSV(B) | 17.01º | 0.74% | 0.67% | - |
XYZ | 20.43 | 14.84 | 4.27 | - |
YUV | 104.11 | 94.65 | 176.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 81 | 45 | 0 | 0.53 | 0.74 | 0.33 | 17.01 | 0.59 | 0.43 |
Hex | AC | 51 | 2D | 0 | 35 | 4A | 21 | 11 | 3B | 2B |
Octal | 254 | 121 | 55 | 0 | 65 | 112 | 41 | 21 | 73 | 53 |
Binary | 10101100 | 1010001 | 101101 | 0 | 110101 | 1001010 | 100001 | 10001 | 111011 | 101011 |
Color Harmonies of #AC512D
Complementary color
Monochromatic Colors of #AC512D
Black with #AC512D
Text Example
Text Example
White with #AC512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC512D; }
p { color: rgb(172,81,45); }
H1.HeaderClassName
{
color: #AC512D;
}
.AnyTagClassName
{
color: #AC512D;
}
</style>
background-color css
<style>
a { background-color: #AC512D; }
a { background-color: rgb(172,81,45); }
div.DivClassName
{
background-color: #AC512D;
}
.BgClassName
{
background-color: #AC512D;
}
</style>
border-color css
<style>
span { border-color: #AC512D; }
span { border-color: rgb(172,81,45); }
td.TdClassName
{
border-color: #AC512D;
}
.TagClassName
{
border-color: #AC512D;
}
</style>