Shades of Rose Of Sharon #AD4B28
Tints of Rose Of Sharon #AD4B28
RGB
CMYK
RGB Variations
Color information
#AD4B28 (or 0xAD4B28) is known color: Rose Of Sharon. HEX triplet: AD, 4B and 28. RGB value is (173,75,40). Sum of RGB (Red+Green+Blue) = 173+75+40=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B28 is #52B4D7. Grayscale: #646464. Windows color (decimal): -5420248 or 2640813. OLE color: 2640813.
HSL color Cylindrical-coordinate representation of color #AD4B28: hue angle of 15.79º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD4B28 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 40 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.32 |
| HSL | 15.79º | 0.62% | 0.42% | - |
| HSV(B) | 15.79º | 0.77% | 0.68% | - |
| XYZ | 20.13 | 14.07 | 3.66 | - |
| YUV | 100.31 | 93.97 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 40 | 0 | 0.57 | 0.77 | 0.32 | 15.79 | 0.62 | 0.42 |
| Hex | AD | 4B | 28 | 0 | 39 | 4D | 20 | 10 | 3E | 2A |
| Octal | 255 | 113 | 50 | 0 | 71 | 115 | 40 | 20 | 76 | 52 |
| Binary | 10101101 | 1001011 | 101000 | 0 | 111001 | 1001101 | 100000 | 10000 | 111110 | 101010 |
Color Harmonies of #AD4B28
Complementary color
Monochromatic Colors of #AD4B28
Black with #AD4B28
Text Example
Text Example
White with #AD4B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B28; }
p { color: rgb(173,75,40); }
H1.HeaderClassName
{
color: #AD4B28;
}
.AnyTagClassName
{
color: #AD4B28;
}
</style>
background-color css
<style>
a { background-color: #AD4B28; }
a { background-color: rgb(173,75,40); }
div.DivClassName
{
background-color: #AD4B28;
}
.BgClassName
{
background-color: #AD4B28;
}
</style>
border-color css
<style>
span { border-color: #AD4B28; }
span { border-color: rgb(173,75,40); }
td.TdClassName
{
border-color: #AD4B28;
}
.TagClassName
{
border-color: #AD4B28;
}
</style>