Shades of Rose Of Sharon #AA532C
Tints of Rose Of Sharon #AA532C
RGB
CMYK
RGB Variations
Color information
#AA532C (or 0xAA532C) is known color: Rose Of Sharon. HEX triplet: AA, 53 and 2C. RGB value is (170,83,44). Sum of RGB (Red+Green+Blue) = 170+83+44=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA532C is #55ACD3. Grayscale: #686868. Windows color (decimal): -5614804 or 2905002. OLE color: 2905002.
HSL color Cylindrical-coordinate representation of color #AA532C: hue angle of 18.57º degrees, saturation: 0.59, 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 #AA532C is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 44 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.33 |
| HSL | 18.57º | 0.59% | 0.42% | - |
| HSV(B) | 18.57º | 0.74% | 0.67% | - |
| XYZ | 20.13 | 14.91 | 4.2 | - |
| YUV | 104.57 | 93.82 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 44 | 0 | 0.51 | 0.74 | 0.33 | 18.57 | 0.59 | 0.42 |
| Hex | AA | 53 | 2C | 0 | 33 | 4A | 21 | 13 | 3B | 2A |
| Octal | 252 | 123 | 54 | 0 | 63 | 112 | 41 | 23 | 73 | 52 |
| Binary | 10101010 | 1010011 | 101100 | 0 | 110011 | 1001010 | 100001 | 10011 | 111011 | 101010 |
Color Harmonies of #AA532C
Complementary color
Monochromatic Colors of #AA532C
Black with #AA532C
Text Example
Text Example
White with #AA532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA532C; }
p { color: rgb(170,83,44); }
H1.HeaderClassName
{
color: #AA532C;
}
.AnyTagClassName
{
color: #AA532C;
}
</style>
background-color css
<style>
a { background-color: #AA532C; }
a { background-color: rgb(170,83,44); }
div.DivClassName
{
background-color: #AA532C;
}
.BgClassName
{
background-color: #AA532C;
}
</style>
border-color css
<style>
span { border-color: #AA532C; }
span { border-color: rgb(170,83,44); }
td.TdClassName
{
border-color: #AA532C;
}
.TagClassName
{
border-color: #AA532C;
}
</style>