Shades of Rose Of Sharon #AD4221
Tints of Rose Of Sharon #AD4221
RGB
CMYK
RGB Variations
Color information
#AD4221 (or 0xAD4221) is known color: Rose Of Sharon. HEX triplet: AD, 42 and 21. RGB value is (173,66,33). Sum of RGB (Red+Green+Blue) = 173+66+33=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4221 is #52BDDE. Grayscale: #5E5E5E. Windows color (decimal): -5422559 or 2179757. OLE color: 2179757.
HSL color Cylindrical-coordinate representation of color #AD4221: hue angle of 14.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD4221 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 33 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.32 |
| HSL | 14.14º | 0.68% | 0.4% | - |
| HSV(B) | 14.14º | 0.81% | 0.68% | - |
| XYZ | 19.46 | 12.89 | 2.9 | - |
| YUV | 94.23 | 93.45 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 33 | 0 | 0.62 | 0.81 | 0.32 | 14.14 | 0.68 | 0.4 |
| Hex | AD | 42 | 21 | 0 | 3E | 51 | 20 | E | 44 | 28 |
| Octal | 255 | 102 | 41 | 0 | 76 | 121 | 40 | 16 | 104 | 50 |
| Binary | 10101101 | 1000010 | 100001 | 0 | 111110 | 1010001 | 100000 | 1110 | 1000100 | 101000 |
Color Harmonies of #AD4221
Complementary color
Monochromatic Colors of #AD4221
Black with #AD4221
Text Example
Text Example
White with #AD4221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4221; }
p { color: rgb(173,66,33); }
H1.HeaderClassName
{
color: #AD4221;
}
.AnyTagClassName
{
color: #AD4221;
}
</style>
background-color css
<style>
a { background-color: #AD4221; }
a { background-color: rgb(173,66,33); }
div.DivClassName
{
background-color: #AD4221;
}
.BgClassName
{
background-color: #AD4221;
}
</style>
border-color css
<style>
span { border-color: #AD4221; }
span { border-color: rgb(173,66,33); }
td.TdClassName
{
border-color: #AD4221;
}
.TagClassName
{
border-color: #AD4221;
}
</style>