Shades of Rose Of Sharon #AA4D26
Tints of Rose Of Sharon #AA4D26
RGB
CMYK
RGB Variations
Color information
#AA4D26 (or 0xAA4D26) is known color: Rose Of Sharon. HEX triplet: AA, 4D and 26. RGB value is (170,77,38). Sum of RGB (Red+Green+Blue) = 170+77+38=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D26 is #55B2D9. Grayscale: #646464. Windows color (decimal): -5616346 or 2510250. OLE color: 2510250.
HSL color Cylindrical-coordinate representation of color #AA4D26: hue angle of 17.73º 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 #AA4D26 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 38 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.33 |
| HSL | 17.73º | 0.63% | 0.41% | - |
| HSV(B) | 17.73º | 0.78% | 0.67% | - |
| XYZ | 19.58 | 13.99 | 3.5 | - |
| YUV | 100.36 | 92.81 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 38 | 0 | 0.55 | 0.78 | 0.33 | 17.73 | 0.63 | 0.41 |
| Hex | AA | 4D | 26 | 0 | 37 | 4E | 21 | 12 | 3F | 29 |
| Octal | 252 | 115 | 46 | 0 | 67 | 116 | 41 | 22 | 77 | 51 |
| Binary | 10101010 | 1001101 | 100110 | 0 | 110111 | 1001110 | 100001 | 10010 | 111111 | 101001 |
Color Harmonies of #AA4D26
Complementary color
Monochromatic Colors of #AA4D26
Black with #AA4D26
Text Example
Text Example
White with #AA4D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D26; }
p { color: rgb(170,77,38); }
H1.HeaderClassName
{
color: #AA4D26;
}
.AnyTagClassName
{
color: #AA4D26;
}
</style>
background-color css
<style>
a { background-color: #AA4D26; }
a { background-color: rgb(170,77,38); }
div.DivClassName
{
background-color: #AA4D26;
}
.BgClassName
{
background-color: #AA4D26;
}
</style>
border-color css
<style>
span { border-color: #AA4D26; }
span { border-color: rgb(170,77,38); }
td.TdClassName
{
border-color: #AA4D26;
}
.TagClassName
{
border-color: #AA4D26;
}
</style>