Shades of Rose Of Sharon #A94A29
Tints of Rose Of Sharon #A94A29
RGB
CMYK
RGB Variations
Color information
#A94A29 (or 0xA94A29) is known color: Rose Of Sharon. HEX triplet: A9, 4A and 29. RGB value is (169,74,41). Sum of RGB (Red+Green+Blue) = 169+74+41=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94A29 is #56B5D6. Grayscale: #626262. Windows color (decimal): -5682647 or 2706089. OLE color: 2706089.
HSL color Cylindrical-coordinate representation of color #A94A29: hue angle of 15.47º degrees, saturation: 0.61, 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 #A94A29 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 74 | 41 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.34 |
| HSL | 15.47º | 0.61% | 0.41% | - |
| HSV(B) | 15.47º | 0.76% | 0.66% | - |
| XYZ | 19.21 | 13.49 | 3.69 | - |
| YUV | 98.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 41 | 0 | 0.56 | 0.76 | 0.34 | 15.47 | 0.61 | 0.41 |
| Hex | A9 | 4A | 29 | 0 | 38 | 4C | 22 | F | 3D | 29 |
| Octal | 251 | 112 | 51 | 0 | 70 | 114 | 42 | 17 | 75 | 51 |
| Binary | 10101001 | 1001010 | 101001 | 0 | 111000 | 1001100 | 100010 | 1111 | 111101 | 101001 |
Color Harmonies of #A94A29
Complementary color
Monochromatic Colors of #A94A29
Black with #A94A29
Text Example
Text Example
White with #A94A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94A29; }
p { color: rgb(169,74,41); }
H1.HeaderClassName
{
color: #A94A29;
}
.AnyTagClassName
{
color: #A94A29;
}
</style>
background-color css
<style>
a { background-color: #A94A29; }
a { background-color: rgb(169,74,41); }
div.DivClassName
{
background-color: #A94A29;
}
.BgClassName
{
background-color: #A94A29;
}
</style>
border-color css
<style>
span { border-color: #A94A29; }
span { border-color: rgb(169,74,41); }
td.TdClassName
{
border-color: #A94A29;
}
.TagClassName
{
border-color: #A94A29;
}
</style>