Shades of Rose Of Sharon #AD4D26
Tints of Rose Of Sharon #AD4D26
RGB
CMYK
RGB Variations
Color information
#AD4D26 (or 0xAD4D26) is known color: Rose Of Sharon. HEX triplet: AD, 4D and 26. RGB value is (173,77,38). Sum of RGB (Red+Green+Blue) = 173+77+38=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D26 is #52B2D9. Grayscale: #656565. Windows color (decimal): -5419738 or 2510253. OLE color: 2510253.
HSL color Cylindrical-coordinate representation of color #AD4D26: hue angle of 17.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD4D26 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 38 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.32 |
| HSL | 17.33º | 0.64% | 0.41% | - |
| HSV(B) | 17.33º | 0.78% | 0.68% | - |
| XYZ | 20.24 | 14.33 | 3.53 | - |
| YUV | 101.26 | 92.3 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 38 | 0 | 0.55 | 0.78 | 0.32 | 17.33 | 0.64 | 0.41 |
| Hex | AD | 4D | 26 | 0 | 37 | 4E | 20 | 11 | 40 | 29 |
| Octal | 255 | 115 | 46 | 0 | 67 | 116 | 40 | 21 | 100 | 51 |
| Binary | 10101101 | 1001101 | 100110 | 0 | 110111 | 1001110 | 100000 | 10001 | 1000000 | 101001 |
Color Harmonies of #AD4D26
Complementary color
Monochromatic Colors of #AD4D26
Black with #AD4D26
Text Example
Text Example
White with #AD4D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D26; }
p { color: rgb(173,77,38); }
H1.HeaderClassName
{
color: #AD4D26;
}
.AnyTagClassName
{
color: #AD4D26;
}
</style>
background-color css
<style>
a { background-color: #AD4D26; }
a { background-color: rgb(173,77,38); }
div.DivClassName
{
background-color: #AD4D26;
}
.BgClassName
{
background-color: #AD4D26;
}
</style>
border-color css
<style>
span { border-color: #AD4D26; }
span { border-color: rgb(173,77,38); }
td.TdClassName
{
border-color: #AD4D26;
}
.TagClassName
{
border-color: #AD4D26;
}
</style>