Shades of Rose Of Sharon #AD492B
Tints of Rose Of Sharon #AD492B
RGB
CMYK
RGB Variations
Color information
#AD492B (or 0xAD492B) is known color: Rose Of Sharon. HEX triplet: AD, 49 and 2B. RGB value is (173,73,43). Sum of RGB (Red+Green+Blue) = 173+73+43=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD492B is #52B6D4. Grayscale: #636363. Windows color (decimal): -5420757 or 2836909. OLE color: 2836909.
HSL color Cylindrical-coordinate representation of color #AD492B: hue angle of 13.85º 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 #AD492B is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 43 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.32 |
| HSL | 13.85º | 0.6% | 0.42% | - |
| HSV(B) | 13.85º | 0.75% | 0.68% | - |
| XYZ | 20.05 | 13.82 | 3.9 | - |
| YUV | 99.48 | 96.13 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 43 | 0 | 0.58 | 0.75 | 0.32 | 13.85 | 0.6 | 0.42 |
| Hex | AD | 49 | 2B | 0 | 3A | 4B | 20 | E | 3C | 2A |
| Octal | 255 | 111 | 53 | 0 | 72 | 113 | 40 | 16 | 74 | 52 |
| Binary | 10101101 | 1001001 | 101011 | 0 | 111010 | 1001011 | 100000 | 1110 | 111100 | 101010 |
Color Harmonies of #AD492B
Complementary color
Monochromatic Colors of #AD492B
Black with #AD492B
Text Example
Text Example
White with #AD492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD492B; }
p { color: rgb(173,73,43); }
H1.HeaderClassName
{
color: #AD492B;
}
.AnyTagClassName
{
color: #AD492B;
}
</style>
background-color css
<style>
a { background-color: #AD492B; }
a { background-color: rgb(173,73,43); }
div.DivClassName
{
background-color: #AD492B;
}
.BgClassName
{
background-color: #AD492B;
}
</style>
border-color css
<style>
span { border-color: #AD492B; }
span { border-color: rgb(173,73,43); }
td.TdClassName
{
border-color: #AD492B;
}
.TagClassName
{
border-color: #AD492B;
}
</style>