Shades of Rose Of Sharon #AD4B26
Tints of Rose Of Sharon #AD4B26
RGB
CMYK
RGB Variations
Color information
#AD4B26 (or 0xAD4B26) is known color: Rose Of Sharon. HEX triplet: AD, 4B and 26. RGB value is (173,75,38). Sum of RGB (Red+Green+Blue) = 173+75+38=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B26 is #52B4D9. Grayscale: #646464. Windows color (decimal): -5420250 or 2509741. OLE color: 2509741.
HSL color Cylindrical-coordinate representation of color #AD4B26: hue angle of 16.44º 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 #AD4B26 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 38 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.32 |
| HSL | 16.44º | 0.64% | 0.41% | - |
| HSV(B) | 16.44º | 0.78% | 0.68% | - |
| XYZ | 20.1 | 14.06 | 3.49 | - |
| YUV | 100.08 | 92.97 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 38 | 0 | 0.57 | 0.78 | 0.32 | 16.44 | 0.64 | 0.41 |
| Hex | AD | 4B | 26 | 0 | 39 | 4E | 20 | 10 | 40 | 29 |
| Octal | 255 | 113 | 46 | 0 | 71 | 116 | 40 | 20 | 100 | 51 |
| Binary | 10101101 | 1001011 | 100110 | 0 | 111001 | 1001110 | 100000 | 10000 | 1000000 | 101001 |
Color Harmonies of #AD4B26
Complementary color
Monochromatic Colors of #AD4B26
Black with #AD4B26
Text Example
Text Example
White with #AD4B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B26; }
p { color: rgb(173,75,38); }
H1.HeaderClassName
{
color: #AD4B26;
}
.AnyTagClassName
{
color: #AD4B26;
}
</style>
background-color css
<style>
a { background-color: #AD4B26; }
a { background-color: rgb(173,75,38); }
div.DivClassName
{
background-color: #AD4B26;
}
.BgClassName
{
background-color: #AD4B26;
}
</style>
border-color css
<style>
span { border-color: #AD4B26; }
span { border-color: rgb(173,75,38); }
td.TdClassName
{
border-color: #AD4B26;
}
.TagClassName
{
border-color: #AD4B26;
}
</style>