Shades of Rose Of Sharon #AD4A31
Tints of Rose Of Sharon #AD4A31
RGB
CMYK
RGB Variations
Color information
#AD4A31 (or 0xAD4A31) is known color: Rose Of Sharon. HEX triplet: AD, 4A and 31. RGB value is (173,74,49). Sum of RGB (Red+Green+Blue) = 173+74+49=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4A31 is #52B5CE. Grayscale: #646464. Windows color (decimal): -5420495 or 3230381. OLE color: 3230381.
HSL color Cylindrical-coordinate representation of color #AD4A31: hue angle of 12.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD4A31 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 49 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.32 |
| HSL | 12.1º | 0.56% | 0.44% | - |
| HSV(B) | 12.1º | 0.72% | 0.68% | - |
| XYZ | 20.24 | 14 | 4.54 | - |
| YUV | 100.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 49 | 0 | 0.57 | 0.72 | 0.32 | 12.1 | 0.56 | 0.44 |
| Hex | AD | 4A | 31 | 0 | 39 | 48 | 20 | C | 38 | 2C |
| Octal | 255 | 112 | 61 | 0 | 71 | 110 | 40 | 14 | 70 | 54 |
| Binary | 10101101 | 1001010 | 110001 | 0 | 111001 | 1001000 | 100000 | 1100 | 111000 | 101100 |
Color Harmonies of #AD4A31
Complementary color
Monochromatic Colors of #AD4A31
Black with #AD4A31
Text Example
Text Example
White with #AD4A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A31; }
p { color: rgb(173,74,49); }
H1.HeaderClassName
{
color: #AD4A31;
}
.AnyTagClassName
{
color: #AD4A31;
}
</style>
background-color css
<style>
a { background-color: #AD4A31; }
a { background-color: rgb(173,74,49); }
div.DivClassName
{
background-color: #AD4A31;
}
.BgClassName
{
background-color: #AD4A31;
}
</style>
border-color css
<style>
span { border-color: #AD4A31; }
span { border-color: rgb(173,74,49); }
td.TdClassName
{
border-color: #AD4A31;
}
.TagClassName
{
border-color: #AD4A31;
}
</style>