Shades of Rose Of Sharon #AA4C26
Tints of Rose Of Sharon #AA4C26
RGB
CMYK
RGB Variations
Color information
#AA4C26 (or 0xAA4C26) is known color: Rose Of Sharon. HEX triplet: AA, 4C and 26. RGB value is (170,76,38). Sum of RGB (Red+Green+Blue) = 170+76+38=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C26 is #55B3D9. Grayscale: #646464. Windows color (decimal): -5616602 or 2509994. OLE color: 2509994.
HSL color Cylindrical-coordinate representation of color #AA4C26: hue angle of 17.27º degrees, saturation: 0.63, 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 #AA4C26 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 38 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.33 |
| HSL | 17.27º | 0.63% | 0.41% | - |
| HSV(B) | 17.27º | 0.78% | 0.67% | - |
| XYZ | 19.51 | 13.85 | 3.48 | - |
| YUV | 99.77 | 93.14 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 38 | 0 | 0.55 | 0.78 | 0.33 | 17.27 | 0.63 | 0.41 |
| Hex | AA | 4C | 26 | 0 | 37 | 4E | 21 | 11 | 3F | 29 |
| Octal | 252 | 114 | 46 | 0 | 67 | 116 | 41 | 21 | 77 | 51 |
| Binary | 10101010 | 1001100 | 100110 | 0 | 110111 | 1001110 | 100001 | 10001 | 111111 | 101001 |
Color Harmonies of #AA4C26
Complementary color
Monochromatic Colors of #AA4C26
Black with #AA4C26
Text Example
Text Example
White with #AA4C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C26; }
p { color: rgb(170,76,38); }
H1.HeaderClassName
{
color: #AA4C26;
}
.AnyTagClassName
{
color: #AA4C26;
}
</style>
background-color css
<style>
a { background-color: #AA4C26; }
a { background-color: rgb(170,76,38); }
div.DivClassName
{
background-color: #AA4C26;
}
.BgClassName
{
background-color: #AA4C26;
}
</style>
border-color css
<style>
span { border-color: #AA4C26; }
span { border-color: rgb(170,76,38); }
td.TdClassName
{
border-color: #AA4C26;
}
.TagClassName
{
border-color: #AA4C26;
}
</style>