Shades of Rose Of Sharon #AD4926
Tints of Rose Of Sharon #AD4926
RGB
CMYK
RGB Variations
Color information
#AD4926 (or 0xAD4926) is known color: Rose Of Sharon. HEX triplet: AD, 49 and 26. RGB value is (173,73,38). Sum of RGB (Red+Green+Blue) = 173+73+38=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4926 is #52B6D9. Grayscale: #636363. Windows color (decimal): -5420762 or 2509229. OLE color: 2509229.
HSL color Cylindrical-coordinate representation of color #AD4926: hue angle of 15.56º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD4926 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 38 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.32 |
| HSL | 15.56º | 0.64% | 0.41% | - |
| HSV(B) | 15.56º | 0.78% | 0.68% | - |
| XYZ | 19.97 | 13.79 | 3.44 | - |
| YUV | 98.91 | 93.63 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 38 | 0 | 0.58 | 0.78 | 0.32 | 15.56 | 0.64 | 0.41 |
| Hex | AD | 49 | 26 | 0 | 3A | 4E | 20 | 10 | 40 | 29 |
| Octal | 255 | 111 | 46 | 0 | 72 | 116 | 40 | 20 | 100 | 51 |
| Binary | 10101101 | 1001001 | 100110 | 0 | 111010 | 1001110 | 100000 | 10000 | 1000000 | 101001 |
Color Harmonies of #AD4926
Complementary color
Monochromatic Colors of #AD4926
Black with #AD4926
Text Example
Text Example
White with #AD4926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4926; }
p { color: rgb(173,73,38); }
H1.HeaderClassName
{
color: #AD4926;
}
.AnyTagClassName
{
color: #AD4926;
}
</style>
background-color css
<style>
a { background-color: #AD4926; }
a { background-color: rgb(173,73,38); }
div.DivClassName
{
background-color: #AD4926;
}
.BgClassName
{
background-color: #AD4926;
}
</style>
border-color css
<style>
span { border-color: #AD4926; }
span { border-color: rgb(173,73,38); }
td.TdClassName
{
border-color: #AD4926;
}
.TagClassName
{
border-color: #AD4926;
}
</style>