Shades of Rose Of Sharon #A84828
Tints of Rose Of Sharon #A84828
RGB
CMYK
RGB Variations
Color information
#A84828 (or 0xA84828) is known color: Rose Of Sharon. HEX triplet: A8, 48 and 28. RGB value is (168,72,40). Sum of RGB (Red+Green+Blue) = 168+72+40=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A84828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84828 is #57B7D7. Grayscale: #616161. Windows color (decimal): -5748696 or 2640040. OLE color: 2640040.
HSL color Cylindrical-coordinate representation of color #A84828: hue angle of 15º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A84828 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 40 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.34 |
| HSL | 15º | 0.62% | 0.41% | - |
| HSV(B) | 15º | 0.76% | 0.66% | - |
| XYZ | 18.85 | 13.11 | 3.55 | - |
| YUV | 97.06 | 95.8 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 40 | 0 | 0.57 | 0.76 | 0.34 | 15 | 0.62 | 0.41 |
| Hex | A8 | 48 | 28 | 0 | 39 | 4C | 22 | F | 3E | 29 |
| Octal | 250 | 110 | 50 | 0 | 71 | 114 | 42 | 17 | 76 | 51 |
| Binary | 10101000 | 1001000 | 101000 | 0 | 111001 | 1001100 | 100010 | 1111 | 111110 | 101001 |
Color Harmonies of #A84828
Complementary color
Monochromatic Colors of #A84828
Black with #A84828
Text Example
Text Example
White with #A84828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84828; }
p { color: rgb(168,72,40); }
H1.HeaderClassName
{
color: #A84828;
}
.AnyTagClassName
{
color: #A84828;
}
</style>
background-color css
<style>
a { background-color: #A84828; }
a { background-color: rgb(168,72,40); }
div.DivClassName
{
background-color: #A84828;
}
.BgClassName
{
background-color: #A84828;
}
</style>
border-color css
<style>
span { border-color: #A84828; }
span { border-color: rgb(168,72,40); }
td.TdClassName
{
border-color: #A84828;
}
.TagClassName
{
border-color: #A84828;
}
</style>