Shades of Rose Of Sharon #AD4A2E
Tints of Rose Of Sharon #AD4A2E
RGB
CMYK
RGB Variations
Color information
#AD4A2E (or 0xAD4A2E) is known color: Rose Of Sharon. HEX triplet: AD, 4A and 2E. RGB value is (173,74,46). Sum of RGB (Red+Green+Blue) = 173+74+46=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4A2E is #52B5D1. Grayscale: #646464. Windows color (decimal): -5420498 or 3033773. OLE color: 3033773.
HSL color Cylindrical-coordinate representation of color #AD4A2E: hue angle of 13.23º degrees, saturation: 0.58, 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 #AD4A2E is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 46 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.32 |
| HSL | 13.23º | 0.58% | 0.43% | - |
| HSV(B) | 13.23º | 0.73% | 0.68% | - |
| XYZ | 20.18 | 13.98 | 4.22 | - |
| YUV | 100.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 46 | 0 | 0.57 | 0.73 | 0.32 | 13.23 | 0.58 | 0.43 |
| Hex | AD | 4A | 2E | 0 | 39 | 49 | 20 | D | 3A | 2B |
| Octal | 255 | 112 | 56 | 0 | 71 | 111 | 40 | 15 | 72 | 53 |
| Binary | 10101101 | 1001010 | 101110 | 0 | 111001 | 1001001 | 100000 | 1101 | 111010 | 101011 |
Color Harmonies of #AD4A2E
Complementary color
Monochromatic Colors of #AD4A2E
Black with #AD4A2E
Text Example
Text Example
White with #AD4A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A2E; }
p { color: rgb(173,74,46); }
H1.HeaderClassName
{
color: #AD4A2E;
}
.AnyTagClassName
{
color: #AD4A2E;
}
</style>
background-color css
<style>
a { background-color: #AD4A2E; }
a { background-color: rgb(173,74,46); }
div.DivClassName
{
background-color: #AD4A2E;
}
.BgClassName
{
background-color: #AD4A2E;
}
</style>
border-color css
<style>
span { border-color: #AD4A2E; }
span { border-color: rgb(173,74,46); }
td.TdClassName
{
border-color: #AD4A2E;
}
.TagClassName
{
border-color: #AD4A2E;
}
</style>