Shades of Rose Of Sharon #AD4D2A
Tints of Rose Of Sharon #AD4D2A
RGB
CMYK
RGB Variations
Color information
#AD4D2A (or 0xAD4D2A) is known color: Rose Of Sharon. HEX triplet: AD, 4D and 2A. RGB value is (173,77,42). Sum of RGB (Red+Green+Blue) = 173+77+42=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D2A is #52B2D5. Grayscale: #656565. Windows color (decimal): -5419734 or 2772397. OLE color: 2772397.
HSL color Cylindrical-coordinate representation of color #AD4D2A: hue angle of 16.03º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD4D2A is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 42 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.32 |
| HSL | 16.03º | 0.61% | 0.42% | - |
| HSV(B) | 16.03º | 0.76% | 0.68% | - |
| XYZ | 20.31 | 14.36 | 3.89 | - |
| YUV | 101.71 | 94.3 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 42 | 0 | 0.55 | 0.76 | 0.32 | 16.03 | 0.61 | 0.42 |
| Hex | AD | 4D | 2A | 0 | 37 | 4C | 20 | 10 | 3D | 2A |
| Octal | 255 | 115 | 52 | 0 | 67 | 114 | 40 | 20 | 75 | 52 |
| Binary | 10101101 | 1001101 | 101010 | 0 | 110111 | 1001100 | 100000 | 10000 | 111101 | 101010 |
Color Harmonies of #AD4D2A
Complementary color
Monochromatic Colors of #AD4D2A
Black with #AD4D2A
Text Example
Text Example
White with #AD4D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D2A; }
p { color: rgb(173,77,42); }
H1.HeaderClassName
{
color: #AD4D2A;
}
.AnyTagClassName
{
color: #AD4D2A;
}
</style>
background-color css
<style>
a { background-color: #AD4D2A; }
a { background-color: rgb(173,77,42); }
div.DivClassName
{
background-color: #AD4D2A;
}
.BgClassName
{
background-color: #AD4D2A;
}
</style>
border-color css
<style>
span { border-color: #AD4D2A; }
span { border-color: rgb(173,77,42); }
td.TdClassName
{
border-color: #AD4D2A;
}
.TagClassName
{
border-color: #AD4D2A;
}
</style>