Shades of Rose Of Sharon #A94A30
Tints of Rose Of Sharon #A94A30
RGB
CMYK
RGB Variations
Color information
#A94A30 (or 0xA94A30) is known color: Rose Of Sharon. HEX triplet: A9, 4A and 30. RGB value is (169,74,48). Sum of RGB (Red+Green+Blue) = 169+74+48=291 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.08% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94A30 is #56B5CF. Grayscale: #636363. Windows color (decimal): -5682640 or 3164841. OLE color: 3164841.
HSL color Cylindrical-coordinate representation of color #A94A30: hue angle of 12.89º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A94A30 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 74 | 48 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.34 |
| HSL | 12.89º | 0.56% | 0.43% | - |
| HSV(B) | 12.89º | 0.72% | 0.66% | - |
| XYZ | 19.34 | 13.55 | 4.39 | - |
| YUV | 99.44 | 98.97 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 48 | 0 | 0.56 | 0.72 | 0.34 | 12.89 | 0.56 | 0.43 |
| Hex | A9 | 4A | 30 | 0 | 38 | 48 | 22 | D | 38 | 2B |
| Octal | 251 | 112 | 60 | 0 | 70 | 110 | 42 | 15 | 70 | 53 |
| Binary | 10101001 | 1001010 | 110000 | 0 | 111000 | 1001000 | 100010 | 1101 | 111000 | 101011 |
Color Harmonies of #A94A30
Complementary color
Monochromatic Colors of #A94A30
Black with #A94A30
Text Example
Text Example
White with #A94A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94A30; }
p { color: rgb(169,74,48); }
H1.HeaderClassName
{
color: #A94A30;
}
.AnyTagClassName
{
color: #A94A30;
}
</style>
background-color css
<style>
a { background-color: #A94A30; }
a { background-color: rgb(169,74,48); }
div.DivClassName
{
background-color: #A94A30;
}
.BgClassName
{
background-color: #A94A30;
}
</style>
border-color css
<style>
span { border-color: #A94A30; }
span { border-color: rgb(169,74,48); }
td.TdClassName
{
border-color: #A94A30;
}
.TagClassName
{
border-color: #A94A30;
}
</style>