Shades of Rose Of Sharon #AA4628
Tints of Rose Of Sharon #AA4628
RGB
CMYK
RGB Variations
Color information
#AA4628 (or 0xAA4628) is known color: Rose Of Sharon. HEX triplet: AA, 46 and 28. RGB value is (170,70,40). Sum of RGB (Red+Green+Blue) = 170+70+40=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4628 is #55B9D7. Grayscale: #606060. Windows color (decimal): -5618136 or 2639530. OLE color: 2639530.
HSL color Cylindrical-coordinate representation of color #AA4628: hue angle of 13.85º 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 #AA4628 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 40 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.33 |
| HSL | 13.85º | 0.62% | 0.41% | - |
| HSV(B) | 13.85º | 0.76% | 0.67% | - |
| XYZ | 19.15 | 13.08 | 3.52 | - |
| YUV | 96.48 | 96.13 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 40 | 0 | 0.59 | 0.76 | 0.33 | 13.85 | 0.62 | 0.41 |
| Hex | AA | 46 | 28 | 0 | 3B | 4C | 21 | E | 3E | 29 |
| Octal | 252 | 106 | 50 | 0 | 73 | 114 | 41 | 16 | 76 | 51 |
| Binary | 10101010 | 1000110 | 101000 | 0 | 111011 | 1001100 | 100001 | 1110 | 111110 | 101001 |
Color Harmonies of #AA4628
Complementary color
Monochromatic Colors of #AA4628
Black with #AA4628
Text Example
Text Example
White with #AA4628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4628; }
p { color: rgb(170,70,40); }
H1.HeaderClassName
{
color: #AA4628;
}
.AnyTagClassName
{
color: #AA4628;
}
</style>
background-color css
<style>
a { background-color: #AA4628; }
a { background-color: rgb(170,70,40); }
div.DivClassName
{
background-color: #AA4628;
}
.BgClassName
{
background-color: #AA4628;
}
</style>
border-color css
<style>
span { border-color: #AA4628; }
span { border-color: rgb(170,70,40); }
td.TdClassName
{
border-color: #AA4628;
}
.TagClassName
{
border-color: #AA4628;
}
</style>