Shades of Rose Of Sharon #AA4A30
Tints of Rose Of Sharon #AA4A30
RGB
CMYK
RGB Variations
Color information
#AA4A30 (or 0xAA4A30) is known color: Rose Of Sharon. HEX triplet: AA, 4A and 30. RGB value is (170,74,48). Sum of RGB (Red+Green+Blue) = 170+74+48=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A30 is #55B5CF. Grayscale: #636363. Windows color (decimal): -5617104 or 3164842. OLE color: 3164842.
HSL color Cylindrical-coordinate representation of color #AA4A30: hue angle of 12.79º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA4A30 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 48 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.33 |
| HSL | 12.79º | 0.56% | 0.43% | - |
| HSV(B) | 12.79º | 0.72% | 0.67% | - |
| XYZ | 19.56 | 13.66 | 4.4 | - |
| YUV | 99.74 | 98.8 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 48 | 0 | 0.56 | 0.72 | 0.33 | 12.79 | 0.56 | 0.43 |
| Hex | AA | 4A | 30 | 0 | 38 | 48 | 21 | D | 38 | 2B |
| Octal | 252 | 112 | 60 | 0 | 70 | 110 | 41 | 15 | 70 | 53 |
| Binary | 10101010 | 1001010 | 110000 | 0 | 111000 | 1001000 | 100001 | 1101 | 111000 | 101011 |
Color Harmonies of #AA4A30
Complementary color
Monochromatic Colors of #AA4A30
Black with #AA4A30
Text Example
Text Example
White with #AA4A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A30; }
p { color: rgb(170,74,48); }
H1.HeaderClassName
{
color: #AA4A30;
}
.AnyTagClassName
{
color: #AA4A30;
}
</style>
background-color css
<style>
a { background-color: #AA4A30; }
a { background-color: rgb(170,74,48); }
div.DivClassName
{
background-color: #AA4A30;
}
.BgClassName
{
background-color: #AA4A30;
}
</style>
border-color css
<style>
span { border-color: #AA4A30; }
span { border-color: rgb(170,74,48); }
td.TdClassName
{
border-color: #AA4A30;
}
.TagClassName
{
border-color: #AA4A30;
}
</style>