Shades of Rose Of Sharon #A84D2E
Tints of Rose Of Sharon #A84D2E
RGB
CMYK
RGB Variations
Color information
#A84D2E (or 0xA84D2E) is known color: Rose Of Sharon. HEX triplet: A8, 4D and 2E. RGB value is (168,77,46). Sum of RGB (Red+Green+Blue) = 168+77+46=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84D2E is #57B2D1. Grayscale: #646464. Windows color (decimal): -5747410 or 3034536. OLE color: 3034536.
HSL color Cylindrical-coordinate representation of color #A84D2E: hue angle of 15.25º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A84D2E is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 77 | 46 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.34 |
| HSL | 15.25º | 0.57% | 0.42% | - |
| HSV(B) | 15.25º | 0.73% | 0.66% | - |
| XYZ | 19.3 | 13.83 | 4.24 | - |
| YUV | 100.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 46 | 0 | 0.54 | 0.73 | 0.34 | 15.25 | 0.57 | 0.42 |
| Hex | A8 | 4D | 2E | 0 | 36 | 49 | 22 | F | 39 | 2A |
| Octal | 250 | 115 | 56 | 0 | 66 | 111 | 42 | 17 | 71 | 52 |
| Binary | 10101000 | 1001101 | 101110 | 0 | 110110 | 1001001 | 100010 | 1111 | 111001 | 101010 |
Color Harmonies of #A84D2E
Complementary color
Monochromatic Colors of #A84D2E
Black with #A84D2E
Text Example
Text Example
White with #A84D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84D2E; }
p { color: rgb(168,77,46); }
H1.HeaderClassName
{
color: #A84D2E;
}
.AnyTagClassName
{
color: #A84D2E;
}
</style>
background-color css
<style>
a { background-color: #A84D2E; }
a { background-color: rgb(168,77,46); }
div.DivClassName
{
background-color: #A84D2E;
}
.BgClassName
{
background-color: #A84D2E;
}
</style>
border-color css
<style>
span { border-color: #A84D2E; }
span { border-color: rgb(168,77,46); }
td.TdClassName
{
border-color: #A84D2E;
}
.TagClassName
{
border-color: #A84D2E;
}
</style>