Shades of Rose Of Sharon #AA4725
Tints of Rose Of Sharon #AA4725
RGB
CMYK
RGB Variations
Color information
#AA4725 (or 0xAA4725) is known color: Rose Of Sharon. HEX triplet: AA, 47 and 25. RGB value is (170,71,37). Sum of RGB (Red+Green+Blue) = 170+71+37=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4725 is #55B8DA. Grayscale: #606060. Windows color (decimal): -5617883 or 2443178. OLE color: 2443178.
HSL color Cylindrical-coordinate representation of color #AA4725: hue angle of 15.34º 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 #AA4725 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 37 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.33 |
| HSL | 15.34º | 0.64% | 0.41% | - |
| HSV(B) | 15.34º | 0.78% | 0.67% | - |
| XYZ | 19.16 | 13.19 | 3.29 | - |
| YUV | 96.73 | 94.3 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 37 | 0 | 0.58 | 0.78 | 0.33 | 15.34 | 0.64 | 0.41 |
| Hex | AA | 47 | 25 | 0 | 3A | 4E | 21 | F | 40 | 29 |
| Octal | 252 | 107 | 45 | 0 | 72 | 116 | 41 | 17 | 100 | 51 |
| Binary | 10101010 | 1000111 | 100101 | 0 | 111010 | 1001110 | 100001 | 1111 | 1000000 | 101001 |
Color Harmonies of #AA4725
Complementary color
Monochromatic Colors of #AA4725
Black with #AA4725
Text Example
Text Example
White with #AA4725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4725; }
p { color: rgb(170,71,37); }
H1.HeaderClassName
{
color: #AA4725;
}
.AnyTagClassName
{
color: #AA4725;
}
</style>
background-color css
<style>
a { background-color: #AA4725; }
a { background-color: rgb(170,71,37); }
div.DivClassName
{
background-color: #AA4725;
}
.BgClassName
{
background-color: #AA4725;
}
</style>
border-color css
<style>
span { border-color: #AA4725; }
span { border-color: rgb(170,71,37); }
td.TdClassName
{
border-color: #AA4725;
}
.TagClassName
{
border-color: #AA4725;
}
</style>