Shades of Rose Of Sharon #AD481F
Tints of Rose Of Sharon #AD481F
RGB
CMYK
RGB Variations
Color information
#AD481F (or 0xAD481F) is known color: Rose Of Sharon. HEX triplet: AD, 48 and 1F. RGB value is (173,72,31). Sum of RGB (Red+Green+Blue) = 173+72+31=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD481F is #52B7E0. Grayscale: #616161. Windows color (decimal): -5421025 or 2050221. OLE color: 2050221.
HSL color Cylindrical-coordinate representation of color #AD481F: hue angle of 17.32º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD481F is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 31 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.32 |
| HSL | 17.32º | 0.7% | 0.4% | - |
| HSV(B) | 17.32º | 0.82% | 0.68% | - |
| XYZ | 19.8 | 13.62 | 2.88 | - |
| YUV | 97.53 | 90.46 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 31 | 0 | 0.58 | 0.82 | 0.32 | 17.32 | 0.7 | 0.4 |
| Hex | AD | 48 | 1F | 0 | 3A | 52 | 20 | 11 | 46 | 28 |
| Octal | 255 | 110 | 37 | 0 | 72 | 122 | 40 | 21 | 106 | 50 |
| Binary | 10101101 | 1001000 | 11111 | 0 | 111010 | 1010010 | 100000 | 10001 | 1000110 | 101000 |
Color Harmonies of #AD481F
Complementary color
Monochromatic Colors of #AD481F
Black with #AD481F
Text Example
Text Example
White with #AD481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD481F; }
p { color: rgb(173,72,31); }
H1.HeaderClassName
{
color: #AD481F;
}
.AnyTagClassName
{
color: #AD481F;
}
</style>
background-color css
<style>
a { background-color: #AD481F; }
a { background-color: rgb(173,72,31); }
div.DivClassName
{
background-color: #AD481F;
}
.BgClassName
{
background-color: #AD481F;
}
</style>
border-color css
<style>
span { border-color: #AD481F; }
span { border-color: rgb(173,72,31); }
td.TdClassName
{
border-color: #AD481F;
}
.TagClassName
{
border-color: #AD481F;
}
</style>