Shades of Rose Of Sharon #AD4B29
Tints of Rose Of Sharon #AD4B29
RGB
CMYK
RGB Variations
Color information
#AD4B29 (or 0xAD4B29) is known color: Rose Of Sharon. HEX triplet: AD, 4B and 29. RGB value is (173,75,41). Sum of RGB (Red+Green+Blue) = 173+75+41=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B29 is #52B4D6. Grayscale: #646464. Windows color (decimal): -5420247 or 2706349. OLE color: 2706349.
HSL color Cylindrical-coordinate representation of color #AD4B29: hue angle of 15.45º 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 #AD4B29 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 41 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.32 |
| HSL | 15.45º | 0.62% | 0.42% | - |
| HSV(B) | 15.45º | 0.76% | 0.68% | - |
| XYZ | 20.15 | 14.08 | 3.75 | - |
| YUV | 100.43 | 94.47 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 41 | 0 | 0.57 | 0.76 | 0.32 | 15.45 | 0.62 | 0.42 |
| Hex | AD | 4B | 29 | 0 | 39 | 4C | 20 | F | 3E | 2A |
| Octal | 255 | 113 | 51 | 0 | 71 | 114 | 40 | 17 | 76 | 52 |
| Binary | 10101101 | 1001011 | 101001 | 0 | 111001 | 1001100 | 100000 | 1111 | 111110 | 101010 |
Color Harmonies of #AD4B29
Complementary color
Monochromatic Colors of #AD4B29
Black with #AD4B29
Text Example
Text Example
White with #AD4B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B29; }
p { color: rgb(173,75,41); }
H1.HeaderClassName
{
color: #AD4B29;
}
.AnyTagClassName
{
color: #AD4B29;
}
</style>
background-color css
<style>
a { background-color: #AD4B29; }
a { background-color: rgb(173,75,41); }
div.DivClassName
{
background-color: #AD4B29;
}
.BgClassName
{
background-color: #AD4B29;
}
</style>
border-color css
<style>
span { border-color: #AD4B29; }
span { border-color: rgb(173,75,41); }
td.TdClassName
{
border-color: #AD4B29;
}
.TagClassName
{
border-color: #AD4B29;
}
</style>