Shades of Rose Of Sharon #AA472D
Tints of Rose Of Sharon #AA472D
RGB
CMYK
RGB Variations
Color information
#AA472D (or 0xAA472D) is known color: Rose Of Sharon. HEX triplet: AA, 47 and 2D. RGB value is (170,71,45). Sum of RGB (Red+Green+Blue) = 170+71+45=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA472D is #55B8D2. Grayscale: #616161. Windows color (decimal): -5617875 or 2967466. OLE color: 2967466.
HSL color Cylindrical-coordinate representation of color #AA472D: hue angle of 12.48º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA472D is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 45 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.33 |
| HSL | 12.48º | 0.58% | 0.42% | - |
| HSV(B) | 12.48º | 0.74% | 0.67% | - |
| XYZ | 19.3 | 13.24 | 4.02 | - |
| YUV | 97.64 | 98.3 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 45 | 0 | 0.58 | 0.74 | 0.33 | 12.48 | 0.58 | 0.42 |
| Hex | AA | 47 | 2D | 0 | 3A | 4A | 21 | C | 3A | 2A |
| Octal | 252 | 107 | 55 | 0 | 72 | 112 | 41 | 14 | 72 | 52 |
| Binary | 10101010 | 1000111 | 101101 | 0 | 111010 | 1001010 | 100001 | 1100 | 111010 | 101010 |
Color Harmonies of #AA472D
Complementary color
Monochromatic Colors of #AA472D
Black with #AA472D
Text Example
Text Example
White with #AA472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA472D; }
p { color: rgb(170,71,45); }
H1.HeaderClassName
{
color: #AA472D;
}
.AnyTagClassName
{
color: #AA472D;
}
</style>
background-color css
<style>
a { background-color: #AA472D; }
a { background-color: rgb(170,71,45); }
div.DivClassName
{
background-color: #AA472D;
}
.BgClassName
{
background-color: #AA472D;
}
</style>
border-color css
<style>
span { border-color: #AA472D; }
span { border-color: rgb(170,71,45); }
td.TdClassName
{
border-color: #AA472D;
}
.TagClassName
{
border-color: #AA472D;
}
</style>