Shades of Rose Of Sharon #AD4629
Tints of Rose Of Sharon #AD4629
RGB
CMYK
RGB Variations
Color information
#AD4629 (or 0xAD4629) is known color: Rose Of Sharon. HEX triplet: AD, 46 and 29. RGB value is (173,70,41). Sum of RGB (Red+Green+Blue) = 173+70+41=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4629 is #52B9D6. Grayscale: #616161. Windows color (decimal): -5421527 or 2705069. OLE color: 2705069.
HSL color Cylindrical-coordinate representation of color #AD4629: hue angle of 13.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD4629 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 41 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.32 |
| HSL | 13.18º | 0.62% | 0.42% | - |
| HSV(B) | 13.18º | 0.76% | 0.68% | - |
| XYZ | 19.82 | 13.42 | 3.64 | - |
| YUV | 97.49 | 96.12 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 41 | 0 | 0.60 | 0.76 | 0.32 | 13.18 | 0.62 | 0.42 |
| Hex | AD | 46 | 29 | 0 | 3C | 4C | 20 | D | 3E | 2A |
| Octal | 255 | 106 | 51 | 0 | 74 | 114 | 40 | 15 | 76 | 52 |
| Binary | 10101101 | 1000110 | 101001 | 0 | 111100 | 1001100 | 100000 | 1101 | 111110 | 101010 |
Color Harmonies of #AD4629
Complementary color
Monochromatic Colors of #AD4629
Black with #AD4629
Text Example
Text Example
White with #AD4629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4629; }
p { color: rgb(173,70,41); }
H1.HeaderClassName
{
color: #AD4629;
}
.AnyTagClassName
{
color: #AD4629;
}
</style>
background-color css
<style>
a { background-color: #AD4629; }
a { background-color: rgb(173,70,41); }
div.DivClassName
{
background-color: #AD4629;
}
.BgClassName
{
background-color: #AD4629;
}
</style>
border-color css
<style>
span { border-color: #AD4629; }
span { border-color: rgb(173,70,41); }
td.TdClassName
{
border-color: #AD4629;
}
.TagClassName
{
border-color: #AD4629;
}
</style>