Shades of Rose Of Sharon #AD4F26
Tints of Rose Of Sharon #AD4F26
RGB
CMYK
RGB Variations
Color information
#AD4F26 (or 0xAD4F26) is known color: Rose Of Sharon. HEX triplet: AD, 4F and 26. RGB value is (173,79,38). Sum of RGB (Red+Green+Blue) = 173+79+38=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4F26 is #52B0D9. Grayscale: #666666. Windows color (decimal): -5419226 or 2510765. OLE color: 2510765.
HSL color Cylindrical-coordinate representation of color #AD4F26: hue angle of 18.22º 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 #AD4F26 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 79 | 38 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.32 |
| HSL | 18.22º | 0.64% | 0.41% | - |
| HSV(B) | 18.22º | 0.78% | 0.68% | - |
| XYZ | 20.38 | 14.62 | 3.58 | - |
| YUV | 102.43 | 91.64 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 38 | 0 | 0.54 | 0.78 | 0.32 | 18.22 | 0.64 | 0.41 |
| Hex | AD | 4F | 26 | 0 | 36 | 4E | 20 | 12 | 40 | 29 |
| Octal | 255 | 117 | 46 | 0 | 66 | 116 | 40 | 22 | 100 | 51 |
| Binary | 10101101 | 1001111 | 100110 | 0 | 110110 | 1001110 | 100000 | 10010 | 1000000 | 101001 |
Color Harmonies of #AD4F26
Complementary color
Monochromatic Colors of #AD4F26
Black with #AD4F26
Text Example
Text Example
White with #AD4F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4F26; }
p { color: rgb(173,79,38); }
H1.HeaderClassName
{
color: #AD4F26;
}
.AnyTagClassName
{
color: #AD4F26;
}
</style>
background-color css
<style>
a { background-color: #AD4F26; }
a { background-color: rgb(173,79,38); }
div.DivClassName
{
background-color: #AD4F26;
}
.BgClassName
{
background-color: #AD4F26;
}
</style>
border-color css
<style>
span { border-color: #AD4F26; }
span { border-color: rgb(173,79,38); }
td.TdClassName
{
border-color: #AD4F26;
}
.TagClassName
{
border-color: #AD4F26;
}
</style>