Shades of Rose Of Sharon #AD462A
Tints of Rose Of Sharon #AD462A
RGB
CMYK
RGB Variations
Color information
#AD462A (or 0xAD462A) is known color: Rose Of Sharon. HEX triplet: AD, 46 and 2A. RGB value is (173,70,42). Sum of RGB (Red+Green+Blue) = 173+70+42=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD462A is #52B9D5. Grayscale: #616161. Windows color (decimal): -5421526 or 2770605. OLE color: 2770605.
HSL color Cylindrical-coordinate representation of color #AD462A: hue angle of 12.82º 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 #AD462A is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 42 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.32 |
| HSL | 12.82º | 0.61% | 0.42% | - |
| HSV(B) | 12.82º | 0.76% | 0.68% | - |
| XYZ | 19.84 | 13.43 | 3.74 | - |
| YUV | 97.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 42 | 0 | 0.60 | 0.76 | 0.32 | 12.82 | 0.61 | 0.42 |
| Hex | AD | 46 | 2A | 0 | 3C | 4C | 20 | D | 3D | 2A |
| Octal | 255 | 106 | 52 | 0 | 74 | 114 | 40 | 15 | 75 | 52 |
| Binary | 10101101 | 1000110 | 101010 | 0 | 111100 | 1001100 | 100000 | 1101 | 111101 | 101010 |
Color Harmonies of #AD462A
Complementary color
Monochromatic Colors of #AD462A
Black with #AD462A
Text Example
Text Example
White with #AD462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD462A; }
p { color: rgb(173,70,42); }
H1.HeaderClassName
{
color: #AD462A;
}
.AnyTagClassName
{
color: #AD462A;
}
</style>
background-color css
<style>
a { background-color: #AD462A; }
a { background-color: rgb(173,70,42); }
div.DivClassName
{
background-color: #AD462A;
}
.BgClassName
{
background-color: #AD462A;
}
</style>
border-color css
<style>
span { border-color: #AD462A; }
span { border-color: rgb(173,70,42); }
td.TdClassName
{
border-color: #AD462A;
}
.TagClassName
{
border-color: #AD462A;
}
</style>