Shades of Rose Of Sharon #AA4C29
Tints of Rose Of Sharon #AA4C29
RGB
CMYK
RGB Variations
Color information
#AA4C29 (or 0xAA4C29) is known color: Rose Of Sharon. HEX triplet: AA, 4C and 29. RGB value is (170,76,41). Sum of RGB (Red+Green+Blue) = 170+76+41=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C29 is #55B3D6. Grayscale: #646464. Windows color (decimal): -5616599 or 2706602. OLE color: 2706602.
HSL color Cylindrical-coordinate representation of color #AA4C29: hue angle of 16.28º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA4C29 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 41 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.33 |
| HSL | 16.28º | 0.61% | 0.41% | - |
| HSV(B) | 16.28º | 0.76% | 0.67% | - |
| XYZ | 19.56 | 13.88 | 3.74 | - |
| YUV | 100.12 | 94.64 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 41 | 0 | 0.55 | 0.76 | 0.33 | 16.28 | 0.61 | 0.41 |
| Hex | AA | 4C | 29 | 0 | 37 | 4C | 21 | 10 | 3D | 29 |
| Octal | 252 | 114 | 51 | 0 | 67 | 114 | 41 | 20 | 75 | 51 |
| Binary | 10101010 | 1001100 | 101001 | 0 | 110111 | 1001100 | 100001 | 10000 | 111101 | 101001 |
Color Harmonies of #AA4C29
Complementary color
Monochromatic Colors of #AA4C29
Black with #AA4C29
Text Example
Text Example
White with #AA4C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C29; }
p { color: rgb(170,76,41); }
H1.HeaderClassName
{
color: #AA4C29;
}
.AnyTagClassName
{
color: #AA4C29;
}
</style>
background-color css
<style>
a { background-color: #AA4C29; }
a { background-color: rgb(170,76,41); }
div.DivClassName
{
background-color: #AA4C29;
}
.BgClassName
{
background-color: #AA4C29;
}
</style>
border-color css
<style>
span { border-color: #AA4C29; }
span { border-color: rgb(170,76,41); }
td.TdClassName
{
border-color: #AA4C29;
}
.TagClassName
{
border-color: #AA4C29;
}
</style>