Shades of Rose Of Sharon #AD4932
Tints of Rose Of Sharon #AD4932
RGB
CMYK
RGB Variations
Color information
#AD4932 (or 0xAD4932) is known color: Rose Of Sharon. HEX triplet: AD, 49 and 32. RGB value is (173,73,50). Sum of RGB (Red+Green+Blue) = 173+73+50=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4932 is #52B6CD. Grayscale: #646464. Windows color (decimal): -5420750 or 3295661. OLE color: 3295661.
HSL color Cylindrical-coordinate representation of color #AD4932: hue angle of 11.22º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD4932 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 50 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.32 |
| HSL | 11.22º | 0.55% | 0.44% | - |
| HSV(B) | 11.22º | 0.71% | 0.68% | - |
| XYZ | 20.19 | 13.88 | 4.63 | - |
| YUV | 100.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 50 | 0 | 0.58 | 0.71 | 0.32 | 11.22 | 0.55 | 0.44 |
| Hex | AD | 49 | 32 | 0 | 3A | 47 | 20 | B | 37 | 2C |
| Octal | 255 | 111 | 62 | 0 | 72 | 107 | 40 | 13 | 67 | 54 |
| Binary | 10101101 | 1001001 | 110010 | 0 | 111010 | 1000111 | 100000 | 1011 | 110111 | 101100 |
Color Harmonies of #AD4932
Complementary color
Monochromatic Colors of #AD4932
Black with #AD4932
Text Example
Text Example
White with #AD4932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4932; }
p { color: rgb(173,73,50); }
H1.HeaderClassName
{
color: #AD4932;
}
.AnyTagClassName
{
color: #AD4932;
}
</style>
background-color css
<style>
a { background-color: #AD4932; }
a { background-color: rgb(173,73,50); }
div.DivClassName
{
background-color: #AD4932;
}
.BgClassName
{
background-color: #AD4932;
}
</style>
border-color css
<style>
span { border-color: #AD4932; }
span { border-color: rgb(173,73,50); }
td.TdClassName
{
border-color: #AD4932;
}
.TagClassName
{
border-color: #AD4932;
}
</style>