Shades of Rose Of Sharon #AA4D2F
Tints of Rose Of Sharon #AA4D2F
RGB
CMYK
RGB Variations
Color information
#AA4D2F (or 0xAA4D2F) is known color: Rose Of Sharon. HEX triplet: AA, 4D and 2F. RGB value is (170,77,47). Sum of RGB (Red+Green+Blue) = 170+77+47=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D2F is #55B2D0. Grayscale: #656565. Windows color (decimal): -5616337 or 3100074. OLE color: 3100074.
HSL color Cylindrical-coordinate representation of color #AA4D2F: hue angle of 14.63º degrees, saturation: 0.57, 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 #AA4D2F is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 47 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.33 |
| HSL | 14.63º | 0.57% | 0.43% | - |
| HSV(B) | 14.63º | 0.72% | 0.67% | - |
| XYZ | 19.74 | 14.06 | 4.36 | - |
| YUV | 101.39 | 97.31 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 47 | 0 | 0.55 | 0.72 | 0.33 | 14.63 | 0.57 | 0.43 |
| Hex | AA | 4D | 2F | 0 | 37 | 48 | 21 | F | 39 | 2B |
| Octal | 252 | 115 | 57 | 0 | 67 | 110 | 41 | 17 | 71 | 53 |
| Binary | 10101010 | 1001101 | 101111 | 0 | 110111 | 1001000 | 100001 | 1111 | 111001 | 101011 |
Color Harmonies of #AA4D2F
Complementary color
Monochromatic Colors of #AA4D2F
Black with #AA4D2F
Text Example
Text Example
White with #AA4D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D2F; }
p { color: rgb(170,77,47); }
H1.HeaderClassName
{
color: #AA4D2F;
}
.AnyTagClassName
{
color: #AA4D2F;
}
</style>
background-color css
<style>
a { background-color: #AA4D2F; }
a { background-color: rgb(170,77,47); }
div.DivClassName
{
background-color: #AA4D2F;
}
.BgClassName
{
background-color: #AA4D2F;
}
</style>
border-color css
<style>
span { border-color: #AA4D2F; }
span { border-color: rgb(170,77,47); }
td.TdClassName
{
border-color: #AA4D2F;
}
.TagClassName
{
border-color: #AA4D2F;
}
</style>