Shades of Rose Of Sharon #AD5028
Tints of Rose Of Sharon #AD5028
RGB
CMYK
RGB Variations
Color information
#AD5028 (or 0xAD5028) is known color: Rose Of Sharon. HEX triplet: AD, 50 and 28. RGB value is (173,80,40). Sum of RGB (Red+Green+Blue) = 173+80+40=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5028 is #52AFD7. Grayscale: #676767. Windows color (decimal): -5418968 or 2642093. OLE color: 2642093.
HSL color Cylindrical-coordinate representation of color #AD5028: hue angle of 18.05º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD5028 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 40 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.32 |
| HSL | 18.05º | 0.62% | 0.42% | - |
| HSV(B) | 18.05º | 0.77% | 0.68% | - |
| XYZ | 20.49 | 14.77 | 3.78 | - |
| YUV | 103.25 | 92.31 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 40 | 0 | 0.54 | 0.77 | 0.32 | 18.05 | 0.62 | 0.42 |
| Hex | AD | 50 | 28 | 0 | 36 | 4D | 20 | 12 | 3E | 2A |
| Octal | 255 | 120 | 50 | 0 | 66 | 115 | 40 | 22 | 76 | 52 |
| Binary | 10101101 | 1010000 | 101000 | 0 | 110110 | 1001101 | 100000 | 10010 | 111110 | 101010 |
Color Harmonies of #AD5028
Complementary color
Monochromatic Colors of #AD5028
Black with #AD5028
Text Example
Text Example
White with #AD5028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5028; }
p { color: rgb(173,80,40); }
H1.HeaderClassName
{
color: #AD5028;
}
.AnyTagClassName
{
color: #AD5028;
}
</style>
background-color css
<style>
a { background-color: #AD5028; }
a { background-color: rgb(173,80,40); }
div.DivClassName
{
background-color: #AD5028;
}
.BgClassName
{
background-color: #AD5028;
}
</style>
border-color css
<style>
span { border-color: #AD5028; }
span { border-color: rgb(173,80,40); }
td.TdClassName
{
border-color: #AD5028;
}
.TagClassName
{
border-color: #AD5028;
}
</style>