Shades of Rose Of Sharon #AC502D
Tints of Rose Of Sharon #AC502D
RGB
CMYK
RGB Variations
Color information
#AC502D (or 0xAC502D) is known color: Rose Of Sharon. HEX triplet: AC, 50 and 2D. RGB value is (172,80,45). Sum of RGB (Red+Green+Blue) = 172+80+45=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC502D is #53AFD2. Grayscale: #676767. Windows color (decimal): -5484499 or 2969772. OLE color: 2969772.
HSL color Cylindrical-coordinate representation of color #AC502D: hue angle of 16.54º 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 #AC502D is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 45 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.33 |
| HSL | 16.54º | 0.59% | 0.43% | - |
| HSV(B) | 16.54º | 0.74% | 0.67% | - |
| XYZ | 20.36 | 14.7 | 4.25 | - |
| YUV | 103.52 | 94.98 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 45 | 0 | 0.53 | 0.74 | 0.33 | 16.54 | 0.59 | 0.43 |
| Hex | AC | 50 | 2D | 0 | 35 | 4A | 21 | 11 | 3B | 2B |
| Octal | 254 | 120 | 55 | 0 | 65 | 112 | 41 | 21 | 73 | 53 |
| Binary | 10101100 | 1010000 | 101101 | 0 | 110101 | 1001010 | 100001 | 10001 | 111011 | 101011 |
Color Harmonies of #AC502D
Complementary color
Monochromatic Colors of #AC502D
Black with #AC502D
Text Example
Text Example
White with #AC502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC502D; }
p { color: rgb(172,80,45); }
H1.HeaderClassName
{
color: #AC502D;
}
.AnyTagClassName
{
color: #AC502D;
}
</style>
background-color css
<style>
a { background-color: #AC502D; }
a { background-color: rgb(172,80,45); }
div.DivClassName
{
background-color: #AC502D;
}
.BgClassName
{
background-color: #AC502D;
}
</style>
border-color css
<style>
span { border-color: #AC502D; }
span { border-color: rgb(172,80,45); }
td.TdClassName
{
border-color: #AC502D;
}
.TagClassName
{
border-color: #AC502D;
}
</style>