Shades of Rose Of Sharon #AA4D28
Tints of Rose Of Sharon #AA4D28
RGB
CMYK
RGB Variations
Color information
#AA4D28 (or 0xAA4D28) is known color: Rose Of Sharon. HEX triplet: AA, 4D and 28. RGB value is (170,77,40). Sum of RGB (Red+Green+Blue) = 170+77+40=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D28 is #55B2D7. Grayscale: #646464. Windows color (decimal): -5616344 or 2641322. OLE color: 2641322.
HSL color Cylindrical-coordinate representation of color #AA4D28: hue angle of 17.08º 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 #AA4D28 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 40 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.33 |
| HSL | 17.08º | 0.62% | 0.41% | - |
| HSV(B) | 17.08º | 0.76% | 0.67% | - |
| XYZ | 19.61 | 14.01 | 3.68 | - |
| YUV | 100.59 | 93.81 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 40 | 0 | 0.55 | 0.76 | 0.33 | 17.08 | 0.62 | 0.41 |
| Hex | AA | 4D | 28 | 0 | 37 | 4C | 21 | 11 | 3E | 29 |
| Octal | 252 | 115 | 50 | 0 | 67 | 114 | 41 | 21 | 76 | 51 |
| Binary | 10101010 | 1001101 | 101000 | 0 | 110111 | 1001100 | 100001 | 10001 | 111110 | 101001 |
Color Harmonies of #AA4D28
Complementary color
Monochromatic Colors of #AA4D28
Black with #AA4D28
Text Example
Text Example
White with #AA4D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D28; }
p { color: rgb(170,77,40); }
H1.HeaderClassName
{
color: #AA4D28;
}
.AnyTagClassName
{
color: #AA4D28;
}
</style>
background-color css
<style>
a { background-color: #AA4D28; }
a { background-color: rgb(170,77,40); }
div.DivClassName
{
background-color: #AA4D28;
}
.BgClassName
{
background-color: #AA4D28;
}
</style>
border-color css
<style>
span { border-color: #AA4D28; }
span { border-color: rgb(170,77,40); }
td.TdClassName
{
border-color: #AA4D28;
}
.TagClassName
{
border-color: #AA4D28;
}
</style>