Shades of Rose Of Sharon #AD4A25
Tints of Rose Of Sharon #AD4A25
RGB
CMYK
RGB Variations
Color information
#AD4A25 (or 0xAD4A25) is known color: Rose Of Sharon. HEX triplet: AD, 4A and 25. RGB value is (173,74,37). Sum of RGB (Red+Green+Blue) = 173+74+37=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4A25 is #52B5DA. Grayscale: #636363. Windows color (decimal): -5420507 or 2443949. OLE color: 2443949.
HSL color Cylindrical-coordinate representation of color #AD4A25: hue angle of 16.32º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD4A25 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 37 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.32 |
| HSL | 16.32º | 0.65% | 0.41% | - |
| HSV(B) | 16.32º | 0.79% | 0.68% | - |
| XYZ | 20.02 | 13.92 | 3.38 | - |
| YUV | 99.38 | 92.8 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 37 | 0 | 0.57 | 0.79 | 0.32 | 16.32 | 0.65 | 0.41 |
| Hex | AD | 4A | 25 | 0 | 39 | 4F | 20 | 10 | 41 | 29 |
| Octal | 255 | 112 | 45 | 0 | 71 | 117 | 40 | 20 | 101 | 51 |
| Binary | 10101101 | 1001010 | 100101 | 0 | 111001 | 1001111 | 100000 | 10000 | 1000001 | 101001 |
Color Harmonies of #AD4A25
Complementary color
Monochromatic Colors of #AD4A25
Black with #AD4A25
Text Example
Text Example
White with #AD4A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A25; }
p { color: rgb(173,74,37); }
H1.HeaderClassName
{
color: #AD4A25;
}
.AnyTagClassName
{
color: #AD4A25;
}
</style>
background-color css
<style>
a { background-color: #AD4A25; }
a { background-color: rgb(173,74,37); }
div.DivClassName
{
background-color: #AD4A25;
}
.BgClassName
{
background-color: #AD4A25;
}
</style>
border-color css
<style>
span { border-color: #AD4A25; }
span { border-color: rgb(173,74,37); }
td.TdClassName
{
border-color: #AD4A25;
}
.TagClassName
{
border-color: #AD4A25;
}
</style>