Shades of Rose Of Sharon #A94C28
Tints of Rose Of Sharon #A94C28
RGB
CMYK
RGB Variations
Color information
#A94C28 (or 0xA94C28) is known color: Rose Of Sharon. HEX triplet: A9, 4C and 28. RGB value is (169,76,40). Sum of RGB (Red+Green+Blue) = 169+76+40=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94C28 is #56B3D7. Grayscale: #636363. Windows color (decimal): -5682136 or 2641065. OLE color: 2641065.
HSL color Cylindrical-coordinate representation of color #A94C28: hue angle of 16.74º 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 #A94C28 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 76 | 40 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.34 |
| HSL | 16.74º | 0.62% | 0.41% | - |
| HSV(B) | 16.74º | 0.76% | 0.66% | - |
| XYZ | 19.33 | 13.76 | 3.64 | - |
| YUV | 99.7 | 94.31 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 40 | 0 | 0.55 | 0.76 | 0.34 | 16.74 | 0.62 | 0.41 |
| Hex | A9 | 4C | 28 | 0 | 37 | 4C | 22 | 11 | 3E | 29 |
| Octal | 251 | 114 | 50 | 0 | 67 | 114 | 42 | 21 | 76 | 51 |
| Binary | 10101001 | 1001100 | 101000 | 0 | 110111 | 1001100 | 100010 | 10001 | 111110 | 101001 |
Color Harmonies of #A94C28
Complementary color
Monochromatic Colors of #A94C28
Black with #A94C28
Text Example
Text Example
White with #A94C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94C28; }
p { color: rgb(169,76,40); }
H1.HeaderClassName
{
color: #A94C28;
}
.AnyTagClassName
{
color: #A94C28;
}
</style>
background-color css
<style>
a { background-color: #A94C28; }
a { background-color: rgb(169,76,40); }
div.DivClassName
{
background-color: #A94C28;
}
.BgClassName
{
background-color: #A94C28;
}
</style>
border-color css
<style>
span { border-color: #A94C28; }
span { border-color: rgb(169,76,40); }
td.TdClassName
{
border-color: #A94C28;
}
.TagClassName
{
border-color: #A94C28;
}
</style>