Shades of Rose Of Sharon #A84D30
Tints of Rose Of Sharon #A84D30
RGB
CMYK
RGB Variations
Color information
#A84D30 (or 0xA84D30) is known color: Rose Of Sharon. HEX triplet: A8, 4D and 30. RGB value is (168,77,48). Sum of RGB (Red+Green+Blue) = 168+77+48=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84D30 is #57B2CF. Grayscale: #656565. Windows color (decimal): -5747408 or 3165608. OLE color: 3165608.
HSL color Cylindrical-coordinate representation of color #A84D30: hue angle of 14.5º 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 #A84D30 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 77 | 48 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.34 |
| HSL | 14.5º | 0.56% | 0.42% | - |
| HSV(B) | 14.5º | 0.71% | 0.66% | - |
| XYZ | 19.34 | 13.85 | 4.45 | - |
| YUV | 100.9 | 98.15 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 48 | 0 | 0.54 | 0.71 | 0.34 | 14.5 | 0.56 | 0.42 |
| Hex | A8 | 4D | 30 | 0 | 36 | 47 | 22 | E | 38 | 2A |
| Octal | 250 | 115 | 60 | 0 | 66 | 107 | 42 | 16 | 70 | 52 |
| Binary | 10101000 | 1001101 | 110000 | 0 | 110110 | 1000111 | 100010 | 1110 | 111000 | 101010 |
Color Harmonies of #A84D30
Complementary color
Monochromatic Colors of #A84D30
Black with #A84D30
Text Example
Text Example
White with #A84D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84D30; }
p { color: rgb(168,77,48); }
H1.HeaderClassName
{
color: #A84D30;
}
.AnyTagClassName
{
color: #A84D30;
}
</style>
background-color css
<style>
a { background-color: #A84D30; }
a { background-color: rgb(168,77,48); }
div.DivClassName
{
background-color: #A84D30;
}
.BgClassName
{
background-color: #A84D30;
}
</style>
border-color css
<style>
span { border-color: #A84D30; }
span { border-color: rgb(168,77,48); }
td.TdClassName
{
border-color: #A84D30;
}
.TagClassName
{
border-color: #A84D30;
}
</style>