Shades of Rose Of Sharon #AC4426
Tints of Rose Of Sharon #AC4426
RGB
CMYK
RGB Variations
Color information
#AC4426 (or 0xAC4426) is known color: Rose Of Sharon. HEX triplet: AC, 44 and 26. RGB value is (172,68,38). Sum of RGB (Red+Green+Blue) = 172+68+38=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4426 is #53BBD9. Grayscale: #5F5F5F. Windows color (decimal): -5487578 or 2507948. OLE color: 2507948.
HSL color Cylindrical-coordinate representation of color #AC4426: hue angle of 13.43º degrees, saturation: 0.64, 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 #AC4426 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 38 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.33 |
| HSL | 13.43º | 0.64% | 0.41% | - |
| HSV(B) | 13.43º | 0.78% | 0.67% | - |
| XYZ | 19.43 | 13.04 | 3.33 | - |
| YUV | 95.68 | 95.46 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 38 | 0 | 0.60 | 0.78 | 0.33 | 13.43 | 0.64 | 0.41 |
| Hex | AC | 44 | 26 | 0 | 3C | 4E | 21 | D | 40 | 29 |
| Octal | 254 | 104 | 46 | 0 | 74 | 116 | 41 | 15 | 100 | 51 |
| Binary | 10101100 | 1000100 | 100110 | 0 | 111100 | 1001110 | 100001 | 1101 | 1000000 | 101001 |
Color Harmonies of #AC4426
Complementary color
Monochromatic Colors of #AC4426
Black with #AC4426
Text Example
Text Example
White with #AC4426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4426; }
p { color: rgb(172,68,38); }
H1.HeaderClassName
{
color: #AC4426;
}
.AnyTagClassName
{
color: #AC4426;
}
</style>
background-color css
<style>
a { background-color: #AC4426; }
a { background-color: rgb(172,68,38); }
div.DivClassName
{
background-color: #AC4426;
}
.BgClassName
{
background-color: #AC4426;
}
</style>
border-color css
<style>
span { border-color: #AC4426; }
span { border-color: rgb(172,68,38); }
td.TdClassName
{
border-color: #AC4426;
}
.TagClassName
{
border-color: #AC4426;
}
</style>