Shades of Rose Of Sharon #AA4A28
Tints of Rose Of Sharon #AA4A28
RGB
CMYK
RGB Variations
Color information
#AA4A28 (or 0xAA4A28) is known color: Rose Of Sharon. HEX triplet: AA, 4A and 28. RGB value is (170,74,40). Sum of RGB (Red+Green+Blue) = 170+74+40=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A28 is #55B5D7. Grayscale: #636363. Windows color (decimal): -5617112 or 2640554. OLE color: 2640554.
HSL color Cylindrical-coordinate representation of color #AA4A28: hue angle of 15.69º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA4A28 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 40 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.33 |
| HSL | 15.69º | 0.62% | 0.41% | - |
| HSV(B) | 15.69º | 0.76% | 0.67% | - |
| XYZ | 19.41 | 13.6 | 3.61 | - |
| YUV | 98.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 40 | 0 | 0.56 | 0.76 | 0.33 | 15.69 | 0.62 | 0.41 |
| Hex | AA | 4A | 28 | 0 | 38 | 4C | 21 | 10 | 3E | 29 |
| Octal | 252 | 112 | 50 | 0 | 70 | 114 | 41 | 20 | 76 | 51 |
| Binary | 10101010 | 1001010 | 101000 | 0 | 111000 | 1001100 | 100001 | 10000 | 111110 | 101001 |
Color Harmonies of #AA4A28
Complementary color
Monochromatic Colors of #AA4A28
Black with #AA4A28
Text Example
Text Example
White with #AA4A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A28; }
p { color: rgb(170,74,40); }
H1.HeaderClassName
{
color: #AA4A28;
}
.AnyTagClassName
{
color: #AA4A28;
}
</style>
background-color css
<style>
a { background-color: #AA4A28; }
a { background-color: rgb(170,74,40); }
div.DivClassName
{
background-color: #AA4A28;
}
.BgClassName
{
background-color: #AA4A28;
}
</style>
border-color css
<style>
span { border-color: #AA4A28; }
span { border-color: rgb(170,74,40); }
td.TdClassName
{
border-color: #AA4A28;
}
.TagClassName
{
border-color: #AA4A28;
}
</style>