Shades of Rose Of Sharon #AC4E2F
Tints of Rose Of Sharon #AC4E2F
RGB
CMYK
RGB Variations
Color information
#AC4E2F (or 0xAC4E2F) is known color: Rose Of Sharon. HEX triplet: AC, 4E and 2F. RGB value is (172,78,47). Sum of RGB (Red+Green+Blue) = 172+78+47=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4E2F is #53B1D0. Grayscale: #666666. Windows color (decimal): -5485009 or 3100332. OLE color: 3100332.
HSL color Cylindrical-coordinate representation of color #AC4E2F: hue angle of 14.88º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC4E2F is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 78 | 47 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.33 |
| HSL | 14.88º | 0.57% | 0.43% | - |
| HSV(B) | 14.88º | 0.73% | 0.67% | - |
| XYZ | 20.25 | 14.42 | 4.41 | - |
| YUV | 102.57 | 96.64 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 47 | 0 | 0.55 | 0.73 | 0.33 | 14.88 | 0.57 | 0.43 |
| Hex | AC | 4E | 2F | 0 | 37 | 49 | 21 | F | 39 | 2B |
| Octal | 254 | 116 | 57 | 0 | 67 | 111 | 41 | 17 | 71 | 53 |
| Binary | 10101100 | 1001110 | 101111 | 0 | 110111 | 1001001 | 100001 | 1111 | 111001 | 101011 |
Color Harmonies of #AC4E2F
Complementary color
Monochromatic Colors of #AC4E2F
Black with #AC4E2F
Text Example
Text Example
White with #AC4E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4E2F; }
p { color: rgb(172,78,47); }
H1.HeaderClassName
{
color: #AC4E2F;
}
.AnyTagClassName
{
color: #AC4E2F;
}
</style>
background-color css
<style>
a { background-color: #AC4E2F; }
a { background-color: rgb(172,78,47); }
div.DivClassName
{
background-color: #AC4E2F;
}
.BgClassName
{
background-color: #AC4E2F;
}
</style>
border-color css
<style>
span { border-color: #AC4E2F; }
span { border-color: rgb(172,78,47); }
td.TdClassName
{
border-color: #AC4E2F;
}
.TagClassName
{
border-color: #AC4E2F;
}
</style>