Shades of Rose Of Sharon #A94928
Tints of Rose Of Sharon #A94928
RGB
CMYK
RGB Variations
Color information
#A94928 (or 0xA94928) is known color: Rose Of Sharon. HEX triplet: A9, 49 and 28. RGB value is (169,73,40). Sum of RGB (Red+Green+Blue) = 169+73+40=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A94928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94928 is #56B6D7. Grayscale: #626262. Windows color (decimal): -5682904 or 2640297. OLE color: 2640297.
HSL color Cylindrical-coordinate representation of color #A94928: hue angle of 15.35º 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 #A94928 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 73 | 40 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.34 |
| HSL | 15.35º | 0.62% | 0.41% | - |
| HSV(B) | 15.35º | 0.76% | 0.66% | - |
| XYZ | 19.13 | 13.35 | 3.58 | - |
| YUV | 97.94 | 95.3 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 40 | 0 | 0.57 | 0.76 | 0.34 | 15.35 | 0.62 | 0.41 |
| Hex | A9 | 49 | 28 | 0 | 39 | 4C | 22 | F | 3E | 29 |
| Octal | 251 | 111 | 50 | 0 | 71 | 114 | 42 | 17 | 76 | 51 |
| Binary | 10101001 | 1001001 | 101000 | 0 | 111001 | 1001100 | 100010 | 1111 | 111110 | 101001 |
Color Harmonies of #A94928
Complementary color
Monochromatic Colors of #A94928
Black with #A94928
Text Example
Text Example
White with #A94928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94928; }
p { color: rgb(169,73,40); }
H1.HeaderClassName
{
color: #A94928;
}
.AnyTagClassName
{
color: #A94928;
}
</style>
background-color css
<style>
a { background-color: #A94928; }
a { background-color: rgb(169,73,40); }
div.DivClassName
{
background-color: #A94928;
}
.BgClassName
{
background-color: #A94928;
}
</style>
border-color css
<style>
span { border-color: #A94928; }
span { border-color: rgb(169,73,40); }
td.TdClassName
{
border-color: #A94928;
}
.TagClassName
{
border-color: #A94928;
}
</style>