Shades of Rose Of Sharon #A94521
Tints of Rose Of Sharon #A94521
RGB
CMYK
RGB Variations
Color information
#A94521 (or 0xA94521) is known color: Rose Of Sharon. HEX triplet: A9, 45 and 21. RGB value is (169,69,33). Sum of RGB (Red+Green+Blue) = 169+69+33=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A94521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94521 is #56BADE. Grayscale: #5F5F5F. Windows color (decimal): -5683935 or 2180521. OLE color: 2180521.
HSL color Cylindrical-coordinate representation of color #A94521: hue angle of 15.88º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A94521 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 69 | 33 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.34 |
| HSL | 15.88º | 0.67% | 0.4% | - |
| HSV(B) | 15.88º | 0.8% | 0.66% | - |
| XYZ | 18.76 | 12.8 | 2.92 | - |
| YUV | 94.8 | 93.13 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 69 | 33 | 0 | 0.59 | 0.80 | 0.34 | 15.88 | 0.67 | 0.4 |
| Hex | A9 | 45 | 21 | 0 | 3B | 50 | 22 | 10 | 43 | 28 |
| Octal | 251 | 105 | 41 | 0 | 73 | 120 | 42 | 20 | 103 | 50 |
| Binary | 10101001 | 1000101 | 100001 | 0 | 111011 | 1010000 | 100010 | 10000 | 1000011 | 101000 |
Color Harmonies of #A94521
Complementary color
Monochromatic Colors of #A94521
Black with #A94521
Text Example
Text Example
White with #A94521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94521; }
p { color: rgb(169,69,33); }
H1.HeaderClassName
{
color: #A94521;
}
.AnyTagClassName
{
color: #A94521;
}
</style>
background-color css
<style>
a { background-color: #A94521; }
a { background-color: rgb(169,69,33); }
div.DivClassName
{
background-color: #A94521;
}
.BgClassName
{
background-color: #A94521;
}
</style>
border-color css
<style>
span { border-color: #A94521; }
span { border-color: rgb(169,69,33); }
td.TdClassName
{
border-color: #A94521;
}
.TagClassName
{
border-color: #A94521;
}
</style>