Shades of Rose Of Sharon #AA4C25
Tints of Rose Of Sharon #AA4C25
RGB
CMYK
RGB Variations
Color information
#AA4C25 (or 0xAA4C25) is known color: Rose Of Sharon. HEX triplet: AA, 4C and 25. RGB value is (170,76,37). Sum of RGB (Red+Green+Blue) = 170+76+37=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C25 is #55B3DA. Grayscale: #636363. Windows color (decimal): -5616603 or 2444458. OLE color: 2444458.
HSL color Cylindrical-coordinate representation of color #AA4C25: hue angle of 17.59º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA4C25 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 37 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.33 |
| HSL | 17.59º | 0.64% | 0.41% | - |
| HSV(B) | 17.59º | 0.78% | 0.67% | - |
| XYZ | 19.5 | 13.85 | 3.4 | - |
| YUV | 99.66 | 92.64 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 37 | 0 | 0.55 | 0.78 | 0.33 | 17.59 | 0.64 | 0.41 |
| Hex | AA | 4C | 25 | 0 | 37 | 4E | 21 | 12 | 40 | 29 |
| Octal | 252 | 114 | 45 | 0 | 67 | 116 | 41 | 22 | 100 | 51 |
| Binary | 10101010 | 1001100 | 100101 | 0 | 110111 | 1001110 | 100001 | 10010 | 1000000 | 101001 |
Color Harmonies of #AA4C25
Complementary color
Monochromatic Colors of #AA4C25
Black with #AA4C25
Text Example
Text Example
White with #AA4C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C25; }
p { color: rgb(170,76,37); }
H1.HeaderClassName
{
color: #AA4C25;
}
.AnyTagClassName
{
color: #AA4C25;
}
</style>
background-color css
<style>
a { background-color: #AA4C25; }
a { background-color: rgb(170,76,37); }
div.DivClassName
{
background-color: #AA4C25;
}
.BgClassName
{
background-color: #AA4C25;
}
</style>
border-color css
<style>
span { border-color: #AA4C25; }
span { border-color: rgb(170,76,37); }
td.TdClassName
{
border-color: #AA4C25;
}
.TagClassName
{
border-color: #AA4C25;
}
</style>