Shades of Rose Of Sharon #AD482E
Tints of Rose Of Sharon #AD482E
RGB
CMYK
RGB Variations
Color information
#AD482E (or 0xAD482E) is known color: Rose Of Sharon. HEX triplet: AD, 48 and 2E. RGB value is (173,72,46). Sum of RGB (Red+Green+Blue) = 173+72+46=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD482E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD482E is #52B7D1. Grayscale: #636363. Windows color (decimal): -5421010 or 3033261. OLE color: 3033261.
HSL color Cylindrical-coordinate representation of color #AD482E: hue angle of 12.28º 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 #AD482E is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 46 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.32 |
| HSL | 12.28º | 0.58% | 0.43% | - |
| HSV(B) | 12.28º | 0.73% | 0.68% | - |
| XYZ | 20.04 | 13.72 | 4.18 | - |
| YUV | 99.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 46 | 0 | 0.58 | 0.73 | 0.32 | 12.28 | 0.58 | 0.43 |
| Hex | AD | 48 | 2E | 0 | 3A | 49 | 20 | C | 3A | 2B |
| Octal | 255 | 110 | 56 | 0 | 72 | 111 | 40 | 14 | 72 | 53 |
| Binary | 10101101 | 1001000 | 101110 | 0 | 111010 | 1001001 | 100000 | 1100 | 111010 | 101011 |
Color Harmonies of #AD482E
Complementary color
Monochromatic Colors of #AD482E
Black with #AD482E
Text Example
Text Example
White with #AD482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD482E; }
p { color: rgb(173,72,46); }
H1.HeaderClassName
{
color: #AD482E;
}
.AnyTagClassName
{
color: #AD482E;
}
</style>
background-color css
<style>
a { background-color: #AD482E; }
a { background-color: rgb(173,72,46); }
div.DivClassName
{
background-color: #AD482E;
}
.BgClassName
{
background-color: #AD482E;
}
</style>
border-color css
<style>
span { border-color: #AD482E; }
span { border-color: rgb(173,72,46); }
td.TdClassName
{
border-color: #AD482E;
}
.TagClassName
{
border-color: #AD482E;
}
</style>