Shades of Rose Of Sharon #AD472C
Tints of Rose Of Sharon #AD472C
RGB
CMYK
RGB Variations
Color information
#AD472C (or 0xAD472C) is known color: Rose Of Sharon. HEX triplet: AD, 47 and 2C. RGB value is (173,71,44). Sum of RGB (Red+Green+Blue) = 173+71+44=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD472C is #52B8D3. Grayscale: #626262. Windows color (decimal): -5421268 or 2901933. OLE color: 2901933.
HSL color Cylindrical-coordinate representation of color #AD472C: hue angle of 12.56º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD472C is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 44 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.32 |
| HSL | 12.56º | 0.59% | 0.43% | - |
| HSV(B) | 12.56º | 0.75% | 0.68% | - |
| XYZ | 19.94 | 13.57 | 3.95 | - |
| YUV | 98.42 | 97.29 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 44 | 0 | 0.59 | 0.75 | 0.32 | 12.56 | 0.59 | 0.43 |
| Hex | AD | 47 | 2C | 0 | 3B | 4B | 20 | D | 3B | 2B |
| Octal | 255 | 107 | 54 | 0 | 73 | 113 | 40 | 15 | 73 | 53 |
| Binary | 10101101 | 1000111 | 101100 | 0 | 111011 | 1001011 | 100000 | 1101 | 111011 | 101011 |
Color Harmonies of #AD472C
Complementary color
Monochromatic Colors of #AD472C
Black with #AD472C
Text Example
Text Example
White with #AD472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD472C; }
p { color: rgb(173,71,44); }
H1.HeaderClassName
{
color: #AD472C;
}
.AnyTagClassName
{
color: #AD472C;
}
</style>
background-color css
<style>
a { background-color: #AD472C; }
a { background-color: rgb(173,71,44); }
div.DivClassName
{
background-color: #AD472C;
}
.BgClassName
{
background-color: #AD472C;
}
</style>
border-color css
<style>
span { border-color: #AD472C; }
span { border-color: rgb(173,71,44); }
td.TdClassName
{
border-color: #AD472C;
}
.TagClassName
{
border-color: #AD472C;
}
</style>