Shades of Rose Of Sharon #AC4C2F
Tints of Rose Of Sharon #AC4C2F
RGB
CMYK
RGB Variations
Color information
#AC4C2F (or 0xAC4C2F) is known color: Rose Of Sharon. HEX triplet: AC, 4C and 2F. RGB value is (172,76,47). Sum of RGB (Red+Green+Blue) = 172+76+47=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C2F is #53B3D0. Grayscale: #656565. Windows color (decimal): -5485521 or 3099820. OLE color: 3099820.
HSL color Cylindrical-coordinate representation of color #AC4C2F: hue angle of 13.92º 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 #AC4C2F is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 47 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.33 |
| HSL | 13.92º | 0.57% | 0.43% | - |
| HSV(B) | 13.92º | 0.73% | 0.67% | - |
| XYZ | 20.11 | 14.14 | 4.36 | - |
| YUV | 101.4 | 97.3 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 47 | 0 | 0.56 | 0.73 | 0.33 | 13.92 | 0.57 | 0.43 |
| Hex | AC | 4C | 2F | 0 | 38 | 49 | 21 | E | 39 | 2B |
| Octal | 254 | 114 | 57 | 0 | 70 | 111 | 41 | 16 | 71 | 53 |
| Binary | 10101100 | 1001100 | 101111 | 0 | 111000 | 1001001 | 100001 | 1110 | 111001 | 101011 |
Color Harmonies of #AC4C2F
Complementary color
Monochromatic Colors of #AC4C2F
Black with #AC4C2F
Text Example
Text Example
White with #AC4C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C2F; }
p { color: rgb(172,76,47); }
H1.HeaderClassName
{
color: #AC4C2F;
}
.AnyTagClassName
{
color: #AC4C2F;
}
</style>
background-color css
<style>
a { background-color: #AC4C2F; }
a { background-color: rgb(172,76,47); }
div.DivClassName
{
background-color: #AC4C2F;
}
.BgClassName
{
background-color: #AC4C2F;
}
</style>
border-color css
<style>
span { border-color: #AC4C2F; }
span { border-color: rgb(172,76,47); }
td.TdClassName
{
border-color: #AC4C2F;
}
.TagClassName
{
border-color: #AC4C2F;
}
</style>