Shades of Rose Of Sharon #AD482D
Tints of Rose Of Sharon #AD482D
RGB
CMYK
RGB Variations
Color information
#AD482D (or 0xAD482D) is known color: Rose Of Sharon. HEX triplet: AD, 48 and 2D. RGB value is (173,72,45). Sum of RGB (Red+Green+Blue) = 173+72+45=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD482D is #52B7D2. Grayscale: #636363. Windows color (decimal): -5421011 or 2967725. OLE color: 2967725.
HSL color Cylindrical-coordinate representation of color #AD482D: hue angle of 12.66º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD482D is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 45 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.32 |
| HSL | 12.66º | 0.59% | 0.43% | - |
| HSV(B) | 12.66º | 0.74% | 0.68% | - |
| XYZ | 20.02 | 13.71 | 4.07 | - |
| YUV | 99.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 45 | 0 | 0.58 | 0.74 | 0.32 | 12.66 | 0.59 | 0.43 |
| Hex | AD | 48 | 2D | 0 | 3A | 4A | 20 | D | 3B | 2B |
| Octal | 255 | 110 | 55 | 0 | 72 | 112 | 40 | 15 | 73 | 53 |
| Binary | 10101101 | 1001000 | 101101 | 0 | 111010 | 1001010 | 100000 | 1101 | 111011 | 101011 |
Color Harmonies of #AD482D
Complementary color
Monochromatic Colors of #AD482D
Black with #AD482D
Text Example
Text Example
White with #AD482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD482D; }
p { color: rgb(173,72,45); }
H1.HeaderClassName
{
color: #AD482D;
}
.AnyTagClassName
{
color: #AD482D;
}
</style>
background-color css
<style>
a { background-color: #AD482D; }
a { background-color: rgb(173,72,45); }
div.DivClassName
{
background-color: #AD482D;
}
.BgClassName
{
background-color: #AD482D;
}
</style>
border-color css
<style>
span { border-color: #AD482D; }
span { border-color: rgb(173,72,45); }
td.TdClassName
{
border-color: #AD482D;
}
.TagClassName
{
border-color: #AD482D;
}
</style>