Shades of Rose Of Sharon #AC4D25
Tints of Rose Of Sharon #AC4D25
RGB
CMYK
RGB Variations
Color information
#AC4D25 (or 0xAC4D25) is known color: Rose Of Sharon. HEX triplet: AC, 4D and 25. RGB value is (172,77,37). Sum of RGB (Red+Green+Blue) = 172+77+37=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4D25 is #53B2DA. Grayscale: #656565. Windows color (decimal): -5485275 or 2444716. OLE color: 2444716.
HSL color Cylindrical-coordinate representation of color #AC4D25: hue angle of 17.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC4D25 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 37 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.33 |
| HSL | 17.78º | 0.65% | 0.41% | - |
| HSV(B) | 17.78º | 0.78% | 0.67% | - |
| XYZ | 20 | 14.21 | 3.44 | - |
| YUV | 100.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 37 | 0 | 0.55 | 0.78 | 0.33 | 17.78 | 0.65 | 0.41 |
| Hex | AC | 4D | 25 | 0 | 37 | 4E | 21 | 12 | 41 | 29 |
| Octal | 254 | 115 | 45 | 0 | 67 | 116 | 41 | 22 | 101 | 51 |
| Binary | 10101100 | 1001101 | 100101 | 0 | 110111 | 1001110 | 100001 | 10010 | 1000001 | 101001 |
Color Harmonies of #AC4D25
Complementary color
Monochromatic Colors of #AC4D25
Black with #AC4D25
Text Example
Text Example
White with #AC4D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D25; }
p { color: rgb(172,77,37); }
H1.HeaderClassName
{
color: #AC4D25;
}
.AnyTagClassName
{
color: #AC4D25;
}
</style>
background-color css
<style>
a { background-color: #AC4D25; }
a { background-color: rgb(172,77,37); }
div.DivClassName
{
background-color: #AC4D25;
}
.BgClassName
{
background-color: #AC4D25;
}
</style>
border-color css
<style>
span { border-color: #AC4D25; }
span { border-color: rgb(172,77,37); }
td.TdClassName
{
border-color: #AC4D25;
}
.TagClassName
{
border-color: #AC4D25;
}
</style>