Shades of Rose Of Sharon #AC4F28
Tints of Rose Of Sharon #AC4F28
RGB
CMYK
RGB Variations
Color information
#AC4F28 (or 0xAC4F28) is known color: Rose Of Sharon. HEX triplet: AC, 4F and 28. RGB value is (172,79,40). Sum of RGB (Red+Green+Blue) = 172+79+40=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4F28 is #53B0D7. Grayscale: #666666. Windows color (decimal): -5484760 or 2641836. OLE color: 2641836.
HSL color Cylindrical-coordinate representation of color #AC4F28: hue angle of 17.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC4F28 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 79 | 40 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.33 |
| HSL | 17.73º | 0.62% | 0.42% | - |
| HSV(B) | 17.73º | 0.77% | 0.67% | - |
| XYZ | 20.19 | 14.52 | 3.75 | - |
| YUV | 102.36 | 92.81 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 79 | 40 | 0 | 0.54 | 0.77 | 0.33 | 17.73 | 0.62 | 0.42 |
| Hex | AC | 4F | 28 | 0 | 36 | 4D | 21 | 12 | 3E | 2A |
| Octal | 254 | 117 | 50 | 0 | 66 | 115 | 41 | 22 | 76 | 52 |
| Binary | 10101100 | 1001111 | 101000 | 0 | 110110 | 1001101 | 100001 | 10010 | 111110 | 101010 |
Color Harmonies of #AC4F28
Complementary color
Monochromatic Colors of #AC4F28
Black with #AC4F28
Text Example
Text Example
White with #AC4F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4F28; }
p { color: rgb(172,79,40); }
H1.HeaderClassName
{
color: #AC4F28;
}
.AnyTagClassName
{
color: #AC4F28;
}
</style>
background-color css
<style>
a { background-color: #AC4F28; }
a { background-color: rgb(172,79,40); }
div.DivClassName
{
background-color: #AC4F28;
}
.BgClassName
{
background-color: #AC4F28;
}
</style>
border-color css
<style>
span { border-color: #AC4F28; }
span { border-color: rgb(172,79,40); }
td.TdClassName
{
border-color: #AC4F28;
}
.TagClassName
{
border-color: #AC4F28;
}
</style>