Shades of Rose Of Sharon #AD471E
Tints of Rose Of Sharon #AD471E
RGB
CMYK
RGB Variations
Color information
#AD471E (or 0xAD471E) is known color: Rose Of Sharon. HEX triplet: AD, 47 and 1E. RGB value is (173,71,30). Sum of RGB (Red+Green+Blue) = 173+71+30=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD471E is #52B8E1. Grayscale: #616161. Windows color (decimal): -5421282 or 1984429. OLE color: 1984429.
HSL color Cylindrical-coordinate representation of color #AD471E: hue angle of 17.2º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD471E is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 30 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.32 |
| HSL | 17.2º | 0.7% | 0.4% | - |
| HSV(B) | 17.2º | 0.83% | 0.68% | - |
| XYZ | 19.72 | 13.48 | 2.79 | - |
| YUV | 96.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 30 | 0 | 0.59 | 0.83 | 0.32 | 17.2 | 0.7 | 0.4 |
| Hex | AD | 47 | 1E | 0 | 3B | 53 | 20 | 11 | 46 | 28 |
| Octal | 255 | 107 | 36 | 0 | 73 | 123 | 40 | 21 | 106 | 50 |
| Binary | 10101101 | 1000111 | 11110 | 0 | 111011 | 1010011 | 100000 | 10001 | 1000110 | 101000 |
Color Harmonies of #AD471E
Complementary color
Monochromatic Colors of #AD471E
Black with #AD471E
Text Example
Text Example
White with #AD471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD471E; }
p { color: rgb(173,71,30); }
H1.HeaderClassName
{
color: #AD471E;
}
.AnyTagClassName
{
color: #AD471E;
}
</style>
background-color css
<style>
a { background-color: #AD471E; }
a { background-color: rgb(173,71,30); }
div.DivClassName
{
background-color: #AD471E;
}
.BgClassName
{
background-color: #AD471E;
}
</style>
border-color css
<style>
span { border-color: #AD471E; }
span { border-color: rgb(173,71,30); }
td.TdClassName
{
border-color: #AD471E;
}
.TagClassName
{
border-color: #AD471E;
}
</style>