Shades of Rose Of Sharon #A84C30
Tints of Rose Of Sharon #A84C30
RGB
CMYK
RGB Variations
Color information
#A84C30 (or 0xA84C30) is known color: Rose Of Sharon. HEX triplet: A8, 4C and 30. RGB value is (168,76,48). Sum of RGB (Red+Green+Blue) = 168+76+48=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84C30 is #57B3CF. Grayscale: #646464. Windows color (decimal): -5747664 or 3165352. OLE color: 3165352.
HSL color Cylindrical-coordinate representation of color #A84C30: hue angle of 14º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A84C30 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 76 | 48 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.34 |
| HSL | 14º | 0.56% | 0.42% | - |
| HSV(B) | 14º | 0.71% | 0.66% | - |
| XYZ | 19.27 | 13.71 | 4.43 | - |
| YUV | 100.32 | 98.48 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 48 | 0 | 0.55 | 0.71 | 0.34 | 14 | 0.56 | 0.42 |
| Hex | A8 | 4C | 30 | 0 | 37 | 47 | 22 | E | 38 | 2A |
| Octal | 250 | 114 | 60 | 0 | 67 | 107 | 42 | 16 | 70 | 52 |
| Binary | 10101000 | 1001100 | 110000 | 0 | 110111 | 1000111 | 100010 | 1110 | 111000 | 101010 |
Color Harmonies of #A84C30
Complementary color
Monochromatic Colors of #A84C30
Black with #A84C30
Text Example
Text Example
White with #A84C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84C30; }
p { color: rgb(168,76,48); }
H1.HeaderClassName
{
color: #A84C30;
}
.AnyTagClassName
{
color: #A84C30;
}
</style>
background-color css
<style>
a { background-color: #A84C30; }
a { background-color: rgb(168,76,48); }
div.DivClassName
{
background-color: #A84C30;
}
.BgClassName
{
background-color: #A84C30;
}
</style>
border-color css
<style>
span { border-color: #A84C30; }
span { border-color: rgb(168,76,48); }
td.TdClassName
{
border-color: #A84C30;
}
.TagClassName
{
border-color: #A84C30;
}
</style>