Shades of Rose Of Sharon #AA572A
Tints of Rose Of Sharon #AA572A
RGB
CMYK
RGB Variations
Color information
#AA572A (or 0xAA572A) is known color: Rose Of Sharon. HEX triplet: AA, 57 and 2A. RGB value is (170,87,42). Sum of RGB (Red+Green+Blue) = 170+87+42=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA572A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA572A is #55A8D5. Grayscale: #6A6A6A. Windows color (decimal): -5613782 or 2774954. OLE color: 2774954.
HSL color Cylindrical-coordinate representation of color #AA572A: hue angle of 21.09º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA572A is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 42 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.33 |
| HSL | 21.09º | 0.6% | 0.42% | - |
| HSV(B) | 21.09º | 0.75% | 0.67% | - |
| XYZ | 20.4 | 15.53 | 4.11 | - |
| YUV | 106.69 | 91.5 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 42 | 0 | 0.49 | 0.75 | 0.33 | 21.09 | 0.6 | 0.42 |
| Hex | AA | 57 | 2A | 0 | 31 | 4B | 21 | 15 | 3C | 2A |
| Octal | 252 | 127 | 52 | 0 | 61 | 113 | 41 | 25 | 74 | 52 |
| Binary | 10101010 | 1010111 | 101010 | 0 | 110001 | 1001011 | 100001 | 10101 | 111100 | 101010 |
Color Harmonies of #AA572A
Complementary color
Monochromatic Colors of #AA572A
Black with #AA572A
Text Example
Text Example
White with #AA572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA572A; }
p { color: rgb(170,87,42); }
H1.HeaderClassName
{
color: #AA572A;
}
.AnyTagClassName
{
color: #AA572A;
}
</style>
background-color css
<style>
a { background-color: #AA572A; }
a { background-color: rgb(170,87,42); }
div.DivClassName
{
background-color: #AA572A;
}
.BgClassName
{
background-color: #AA572A;
}
</style>
border-color css
<style>
span { border-color: #AA572A; }
span { border-color: rgb(170,87,42); }
td.TdClassName
{
border-color: #AA572A;
}
.TagClassName
{
border-color: #AA572A;
}
</style>