Shades of Rose Of Sharon #AD4829
Tints of Rose Of Sharon #AD4829
RGB
CMYK
RGB Variations
Color information
#AD4829 (or 0xAD4829) is known color: Rose Of Sharon. HEX triplet: AD, 48 and 29. RGB value is (173,72,41). Sum of RGB (Red+Green+Blue) = 173+72+41=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4829 is #52B7D6. Grayscale: #626262. Windows color (decimal): -5421015 or 2705581. OLE color: 2705581.
HSL color Cylindrical-coordinate representation of color #AD4829: hue angle of 14.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD4829 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 41 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.32 |
| HSL | 14.09º | 0.62% | 0.42% | - |
| HSV(B) | 14.09º | 0.76% | 0.68% | - |
| XYZ | 19.95 | 13.68 | 3.69 | - |
| YUV | 98.67 | 95.46 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 41 | 0 | 0.58 | 0.76 | 0.32 | 14.09 | 0.62 | 0.42 |
| Hex | AD | 48 | 29 | 0 | 3A | 4C | 20 | E | 3E | 2A |
| Octal | 255 | 110 | 51 | 0 | 72 | 114 | 40 | 16 | 76 | 52 |
| Binary | 10101101 | 1001000 | 101001 | 0 | 111010 | 1001100 | 100000 | 1110 | 111110 | 101010 |
Color Harmonies of #AD4829
Complementary color
Monochromatic Colors of #AD4829
Black with #AD4829
Text Example
Text Example
White with #AD4829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4829; }
p { color: rgb(173,72,41); }
H1.HeaderClassName
{
color: #AD4829;
}
.AnyTagClassName
{
color: #AD4829;
}
</style>
background-color css
<style>
a { background-color: #AD4829; }
a { background-color: rgb(173,72,41); }
div.DivClassName
{
background-color: #AD4829;
}
.BgClassName
{
background-color: #AD4829;
}
</style>
border-color css
<style>
span { border-color: #AD4829; }
span { border-color: rgb(173,72,41); }
td.TdClassName
{
border-color: #AD4829;
}
.TagClassName
{
border-color: #AD4829;
}
</style>