Shades of Rose Of Sharon #AD522B
Tints of Rose Of Sharon #AD522B
RGB
CMYK
RGB Variations
Color information
#AD522B (or 0xAD522B) is known color: Rose Of Sharon. HEX triplet: AD, 52 and 2B. RGB value is (173,82,43). Sum of RGB (Red+Green+Blue) = 173+82+43=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD522B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD522B is #52ADD4. Grayscale: #696969. Windows color (decimal): -5418453 or 2839213. OLE color: 2839213.
HSL color Cylindrical-coordinate representation of color #AD522B: hue angle of 18º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD522B is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 43 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.32 |
| HSL | 18º | 0.6% | 0.42% | - |
| HSV(B) | 18º | 0.75% | 0.68% | - |
| XYZ | 20.69 | 15.09 | 4.11 | - |
| YUV | 104.76 | 93.15 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 43 | 0 | 0.53 | 0.75 | 0.32 | 18 | 0.6 | 0.42 |
| Hex | AD | 52 | 2B | 0 | 35 | 4B | 20 | 12 | 3C | 2A |
| Octal | 255 | 122 | 53 | 0 | 65 | 113 | 40 | 22 | 74 | 52 |
| Binary | 10101101 | 1010010 | 101011 | 0 | 110101 | 1001011 | 100000 | 10010 | 111100 | 101010 |
Color Harmonies of #AD522B
Complementary color
Monochromatic Colors of #AD522B
Black with #AD522B
Text Example
Text Example
White with #AD522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD522B; }
p { color: rgb(173,82,43); }
H1.HeaderClassName
{
color: #AD522B;
}
.AnyTagClassName
{
color: #AD522B;
}
</style>
background-color css
<style>
a { background-color: #AD522B; }
a { background-color: rgb(173,82,43); }
div.DivClassName
{
background-color: #AD522B;
}
.BgClassName
{
background-color: #AD522B;
}
</style>
border-color css
<style>
span { border-color: #AD522B; }
span { border-color: rgb(173,82,43); }
td.TdClassName
{
border-color: #AD522B;
}
.TagClassName
{
border-color: #AD522B;
}
</style>