Shades of Rose Of Sharon #AD4A2F
Tints of Rose Of Sharon #AD4A2F
RGB
CMYK
RGB Variations
Color information
#AD4A2F (or 0xAD4A2F) is known color: Rose Of Sharon. HEX triplet: AD, 4A and 2F. RGB value is (173,74,47). Sum of RGB (Red+Green+Blue) = 173+74+47=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4A2F is #52B5D0. Grayscale: #646464. Windows color (decimal): -5420497 or 3099309. OLE color: 3099309.
HSL color Cylindrical-coordinate representation of color #AD4A2F: hue angle of 12.86º degrees, saturation: 0.57, 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 #AD4A2F is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 47 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.32 |
| HSL | 12.86º | 0.57% | 0.43% | - |
| HSV(B) | 12.86º | 0.73% | 0.68% | - |
| XYZ | 20.2 | 13.99 | 4.32 | - |
| YUV | 100.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 47 | 0 | 0.57 | 0.73 | 0.32 | 12.86 | 0.57 | 0.43 |
| Hex | AD | 4A | 2F | 0 | 39 | 49 | 20 | D | 39 | 2B |
| Octal | 255 | 112 | 57 | 0 | 71 | 111 | 40 | 15 | 71 | 53 |
| Binary | 10101101 | 1001010 | 101111 | 0 | 111001 | 1001001 | 100000 | 1101 | 111001 | 101011 |
Color Harmonies of #AD4A2F
Complementary color
Monochromatic Colors of #AD4A2F
Black with #AD4A2F
Text Example
Text Example
White with #AD4A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A2F; }
p { color: rgb(173,74,47); }
H1.HeaderClassName
{
color: #AD4A2F;
}
.AnyTagClassName
{
color: #AD4A2F;
}
</style>
background-color css
<style>
a { background-color: #AD4A2F; }
a { background-color: rgb(173,74,47); }
div.DivClassName
{
background-color: #AD4A2F;
}
.BgClassName
{
background-color: #AD4A2F;
}
</style>
border-color css
<style>
span { border-color: #AD4A2F; }
span { border-color: rgb(173,74,47); }
td.TdClassName
{
border-color: #AD4A2F;
}
.TagClassName
{
border-color: #AD4A2F;
}
</style>