Shades of Rose Of Sharon #AA4A29
Tints of Rose Of Sharon #AA4A29
RGB
CMYK
RGB Variations
Color information
#AA4A29 (or 0xAA4A29) is known color: Rose Of Sharon. HEX triplet: AA, 4A and 29. RGB value is (170,74,41). Sum of RGB (Red+Green+Blue) = 170+74+41=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A29 is #55B5D6. Grayscale: #636363. Windows color (decimal): -5617111 or 2706090. OLE color: 2706090.
HSL color Cylindrical-coordinate representation of color #AA4A29: hue angle of 15.35º 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 #AA4A29 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 41 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.33 |
| HSL | 15.35º | 0.61% | 0.41% | - |
| HSV(B) | 15.35º | 0.76% | 0.67% | - |
| XYZ | 19.43 | 13.6 | 3.7 | - |
| YUV | 98.94 | 95.3 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 41 | 0 | 0.56 | 0.76 | 0.33 | 15.35 | 0.61 | 0.41 |
| Hex | AA | 4A | 29 | 0 | 38 | 4C | 21 | F | 3D | 29 |
| Octal | 252 | 112 | 51 | 0 | 70 | 114 | 41 | 17 | 75 | 51 |
| Binary | 10101010 | 1001010 | 101001 | 0 | 111000 | 1001100 | 100001 | 1111 | 111101 | 101001 |
Color Harmonies of #AA4A29
Complementary color
Monochromatic Colors of #AA4A29
Black with #AA4A29
Text Example
Text Example
White with #AA4A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A29; }
p { color: rgb(170,74,41); }
H1.HeaderClassName
{
color: #AA4A29;
}
.AnyTagClassName
{
color: #AA4A29;
}
</style>
background-color css
<style>
a { background-color: #AA4A29; }
a { background-color: rgb(170,74,41); }
div.DivClassName
{
background-color: #AA4A29;
}
.BgClassName
{
background-color: #AA4A29;
}
</style>
border-color css
<style>
span { border-color: #AA4A29; }
span { border-color: rgb(170,74,41); }
td.TdClassName
{
border-color: #AA4A29;
}
.TagClassName
{
border-color: #AA4A29;
}
</style>