Shades of Rose Of Sharon #A84E26
Tints of Rose Of Sharon #A84E26
RGB
CMYK
RGB Variations
Color information
#A84E26 (or 0xA84E26) is known color: Rose Of Sharon. HEX triplet: A8, 4E and 26. RGB value is (168,78,38). Sum of RGB (Red+Green+Blue) = 168+78+38=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84E26 is #57B1D9. Grayscale: #646464. Windows color (decimal): -5747162 or 2510504. OLE color: 2510504.
HSL color Cylindrical-coordinate representation of color #A84E26: hue angle of 18.46º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A84E26 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 78 | 38 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.34 |
| HSL | 18.46º | 0.63% | 0.4% | - |
| HSV(B) | 18.46º | 0.77% | 0.66% | - |
| XYZ | 19.22 | 13.91 | 3.51 | - |
| YUV | 100.35 | 92.82 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 38 | 0 | 0.54 | 0.77 | 0.34 | 18.46 | 0.63 | 0.4 |
| Hex | A8 | 4E | 26 | 0 | 36 | 4D | 22 | 12 | 3F | 28 |
| Octal | 250 | 116 | 46 | 0 | 66 | 115 | 42 | 22 | 77 | 50 |
| Binary | 10101000 | 1001110 | 100110 | 0 | 110110 | 1001101 | 100010 | 10010 | 111111 | 101000 |
Color Harmonies of #A84E26
Complementary color
Monochromatic Colors of #A84E26
Black with #A84E26
Text Example
Text Example
White with #A84E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84E26; }
p { color: rgb(168,78,38); }
H1.HeaderClassName
{
color: #A84E26;
}
.AnyTagClassName
{
color: #A84E26;
}
</style>
background-color css
<style>
a { background-color: #A84E26; }
a { background-color: rgb(168,78,38); }
div.DivClassName
{
background-color: #A84E26;
}
.BgClassName
{
background-color: #A84E26;
}
</style>
border-color css
<style>
span { border-color: #A84E26; }
span { border-color: rgb(168,78,38); }
td.TdClassName
{
border-color: #A84E26;
}
.TagClassName
{
border-color: #A84E26;
}
</style>