Shades of Rose Of Sharon #A94C2B
Tints of Rose Of Sharon #A94C2B
RGB
CMYK
RGB Variations
Color information
#A94C2B (or 0xA94C2B) is known color: Rose Of Sharon. HEX triplet: A9, 4C and 2B. RGB value is (169,76,43). Sum of RGB (Red+Green+Blue) = 169+76+43=288 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.68% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94C2B is #56B3D4. Grayscale: #646464. Windows color (decimal): -5682133 or 2837673. OLE color: 2837673.
HSL color Cylindrical-coordinate representation of color #A94C2B: hue angle of 15.71º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A94C2B is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 76 | 43 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.34 |
| HSL | 15.71º | 0.59% | 0.42% | - |
| HSV(B) | 15.71º | 0.75% | 0.66% | - |
| XYZ | 19.38 | 13.78 | 3.92 | - |
| YUV | 100.05 | 95.81 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 43 | 0 | 0.55 | 0.75 | 0.34 | 15.71 | 0.59 | 0.42 |
| Hex | A9 | 4C | 2B | 0 | 37 | 4B | 22 | 10 | 3B | 2A |
| Octal | 251 | 114 | 53 | 0 | 67 | 113 | 42 | 20 | 73 | 52 |
| Binary | 10101001 | 1001100 | 101011 | 0 | 110111 | 1001011 | 100010 | 10000 | 111011 | 101010 |
Color Harmonies of #A94C2B
Complementary color
Monochromatic Colors of #A94C2B
Black with #A94C2B
Text Example
Text Example
White with #A94C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94C2B; }
p { color: rgb(169,76,43); }
H1.HeaderClassName
{
color: #A94C2B;
}
.AnyTagClassName
{
color: #A94C2B;
}
</style>
background-color css
<style>
a { background-color: #A94C2B; }
a { background-color: rgb(169,76,43); }
div.DivClassName
{
background-color: #A94C2B;
}
.BgClassName
{
background-color: #A94C2B;
}
</style>
border-color css
<style>
span { border-color: #A94C2B; }
span { border-color: rgb(169,76,43); }
td.TdClassName
{
border-color: #A94C2B;
}
.TagClassName
{
border-color: #A94C2B;
}
</style>