Shades of Rose Of Sharon #AD502B
Tints of Rose Of Sharon #AD502B
RGB
CMYK
RGB Variations
Color information
#AD502B (or 0xAD502B) is known color: Rose Of Sharon. HEX triplet: AD, 50 and 2B. RGB value is (173,80,43). Sum of RGB (Red+Green+Blue) = 173+80+43=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD502B is #52AFD4. Grayscale: #676767. Windows color (decimal): -5418965 or 2838701. OLE color: 2838701.
HSL color Cylindrical-coordinate representation of color #AD502B: hue angle of 17.08º 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 #AD502B is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 43 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.32 |
| HSL | 17.08º | 0.6% | 0.42% | - |
| HSV(B) | 17.08º | 0.75% | 0.68% | - |
| XYZ | 20.54 | 14.8 | 4.06 | - |
| YUV | 103.59 | 93.81 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 43 | 0 | 0.54 | 0.75 | 0.32 | 17.08 | 0.6 | 0.42 |
| Hex | AD | 50 | 2B | 0 | 36 | 4B | 20 | 11 | 3C | 2A |
| Octal | 255 | 120 | 53 | 0 | 66 | 113 | 40 | 21 | 74 | 52 |
| Binary | 10101101 | 1010000 | 101011 | 0 | 110110 | 1001011 | 100000 | 10001 | 111100 | 101010 |
Color Harmonies of #AD502B
Complementary color
Monochromatic Colors of #AD502B
Black with #AD502B
Text Example
Text Example
White with #AD502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD502B; }
p { color: rgb(173,80,43); }
H1.HeaderClassName
{
color: #AD502B;
}
.AnyTagClassName
{
color: #AD502B;
}
</style>
background-color css
<style>
a { background-color: #AD502B; }
a { background-color: rgb(173,80,43); }
div.DivClassName
{
background-color: #AD502B;
}
.BgClassName
{
background-color: #AD502B;
}
</style>
border-color css
<style>
span { border-color: #AD502B; }
span { border-color: rgb(173,80,43); }
td.TdClassName
{
border-color: #AD502B;
}
.TagClassName
{
border-color: #AD502B;
}
</style>