Shades of Rose Of Sharon #AD5329
Tints of Rose Of Sharon #AD5329
RGB
CMYK
RGB Variations
Color information
#AD5329 (or 0xAD5329) is known color: Rose Of Sharon. HEX triplet: AD, 53 and 29. RGB value is (173,83,41). Sum of RGB (Red+Green+Blue) = 173+83+41=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5329 is #52ACD6. Grayscale: #696969. Windows color (decimal): -5418199 or 2708397. OLE color: 2708397.
HSL color Cylindrical-coordinate representation of color #AD5329: hue angle of 19.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 #AD5329 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 41 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.32 |
| HSL | 19.09º | 0.62% | 0.42% | - |
| HSV(B) | 19.09º | 0.76% | 0.68% | - |
| XYZ | 20.73 | 15.23 | 3.95 | - |
| YUV | 105.12 | 91.82 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 41 | 0 | 0.52 | 0.76 | 0.32 | 19.09 | 0.62 | 0.42 |
| Hex | AD | 53 | 29 | 0 | 34 | 4C | 20 | 13 | 3E | 2A |
| Octal | 255 | 123 | 51 | 0 | 64 | 114 | 40 | 23 | 76 | 52 |
| Binary | 10101101 | 1010011 | 101001 | 0 | 110100 | 1001100 | 100000 | 10011 | 111110 | 101010 |
Color Harmonies of #AD5329
Complementary color
Monochromatic Colors of #AD5329
Black with #AD5329
Text Example
Text Example
White with #AD5329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5329; }
p { color: rgb(173,83,41); }
H1.HeaderClassName
{
color: #AD5329;
}
.AnyTagClassName
{
color: #AD5329;
}
</style>
background-color css
<style>
a { background-color: #AD5329; }
a { background-color: rgb(173,83,41); }
div.DivClassName
{
background-color: #AD5329;
}
.BgClassName
{
background-color: #AD5329;
}
</style>
border-color css
<style>
span { border-color: #AD5329; }
span { border-color: rgb(173,83,41); }
td.TdClassName
{
border-color: #AD5329;
}
.TagClassName
{
border-color: #AD5329;
}
</style>