Shades of Rose Of Sharon #AA482A
Tints of Rose Of Sharon #AA482A
RGB
CMYK
RGB Variations
Color information
#AA482A (or 0xAA482A) is known color: Rose Of Sharon. HEX triplet: AA, 48 and 2A. RGB value is (170,72,42). Sum of RGB (Red+Green+Blue) = 170+72+42=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA482A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA482A is #55B7D5. Grayscale: #626262. Windows color (decimal): -5617622 or 2771114. OLE color: 2771114.
HSL color Cylindrical-coordinate representation of color #AA482A: hue angle of 14.06º 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 #AA482A is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 42 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.33 |
| HSL | 14.06º | 0.6% | 0.42% | - |
| HSV(B) | 14.06º | 0.75% | 0.67% | - |
| XYZ | 19.31 | 13.35 | 3.75 | - |
| YUV | 97.88 | 96.47 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 42 | 0 | 0.58 | 0.75 | 0.33 | 14.06 | 0.6 | 0.42 |
| Hex | AA | 48 | 2A | 0 | 3A | 4B | 21 | E | 3C | 2A |
| Octal | 252 | 110 | 52 | 0 | 72 | 113 | 41 | 16 | 74 | 52 |
| Binary | 10101010 | 1001000 | 101010 | 0 | 111010 | 1001011 | 100001 | 1110 | 111100 | 101010 |
Color Harmonies of #AA482A
Complementary color
Monochromatic Colors of #AA482A
Black with #AA482A
Text Example
Text Example
White with #AA482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA482A; }
p { color: rgb(170,72,42); }
H1.HeaderClassName
{
color: #AA482A;
}
.AnyTagClassName
{
color: #AA482A;
}
</style>
background-color css
<style>
a { background-color: #AA482A; }
a { background-color: rgb(170,72,42); }
div.DivClassName
{
background-color: #AA482A;
}
.BgClassName
{
background-color: #AA482A;
}
</style>
border-color css
<style>
span { border-color: #AA482A; }
span { border-color: rgb(170,72,42); }
td.TdClassName
{
border-color: #AA482A;
}
.TagClassName
{
border-color: #AA482A;
}
</style>