Shades of Rose Of Sharon #AD502E
Tints of Rose Of Sharon #AD502E
RGB
CMYK
RGB Variations
Color information
#AD502E (or 0xAD502E) is known color: Rose Of Sharon. HEX triplet: AD, 50 and 2E. RGB value is (173,80,46). Sum of RGB (Red+Green+Blue) = 173+80+46=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD502E is #52AFD1. Grayscale: #686868. Windows color (decimal): -5418962 or 3035309. OLE color: 3035309.
HSL color Cylindrical-coordinate representation of color #AD502E: hue angle of 16.06º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD502E is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 46 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.32 |
| HSL | 16.06º | 0.58% | 0.43% | - |
| HSV(B) | 16.06º | 0.73% | 0.68% | - |
| XYZ | 20.6 | 14.82 | 4.36 | - |
| YUV | 103.93 | 95.31 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 46 | 0 | 0.54 | 0.73 | 0.32 | 16.06 | 0.58 | 0.43 |
| Hex | AD | 50 | 2E | 0 | 36 | 49 | 20 | 10 | 3A | 2B |
| Octal | 255 | 120 | 56 | 0 | 66 | 111 | 40 | 20 | 72 | 53 |
| Binary | 10101101 | 1010000 | 101110 | 0 | 110110 | 1001001 | 100000 | 10000 | 111010 | 101011 |
Color Harmonies of #AD502E
Complementary color
Monochromatic Colors of #AD502E
Black with #AD502E
Text Example
Text Example
White with #AD502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD502E; }
p { color: rgb(173,80,46); }
H1.HeaderClassName
{
color: #AD502E;
}
.AnyTagClassName
{
color: #AD502E;
}
</style>
background-color css
<style>
a { background-color: #AD502E; }
a { background-color: rgb(173,80,46); }
div.DivClassName
{
background-color: #AD502E;
}
.BgClassName
{
background-color: #AD502E;
}
</style>
border-color css
<style>
span { border-color: #AD502E; }
span { border-color: rgb(173,80,46); }
td.TdClassName
{
border-color: #AD502E;
}
.TagClassName
{
border-color: #AD502E;
}
</style>