Shades of Rose Of Sharon #AD502A
Tints of Rose Of Sharon #AD502A
RGB
CMYK
RGB Variations
Color information
#AD502A (or 0xAD502A) is known color: Rose Of Sharon. HEX triplet: AD, 50 and 2A. RGB value is (173,80,42). Sum of RGB (Red+Green+Blue) = 173+80+42=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD502A is #52AFD5. Grayscale: #676767. Windows color (decimal): -5418966 or 2773165. OLE color: 2773165.
HSL color Cylindrical-coordinate representation of color #AD502A: hue angle of 17.4º 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 #AD502A is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 42 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.32 |
| HSL | 17.4º | 0.61% | 0.42% | - |
| HSV(B) | 17.4º | 0.76% | 0.68% | - |
| XYZ | 20.52 | 14.79 | 3.96 | - |
| YUV | 103.48 | 93.31 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 42 | 0 | 0.54 | 0.76 | 0.32 | 17.4 | 0.61 | 0.42 |
| Hex | AD | 50 | 2A | 0 | 36 | 4C | 20 | 11 | 3D | 2A |
| Octal | 255 | 120 | 52 | 0 | 66 | 114 | 40 | 21 | 75 | 52 |
| Binary | 10101101 | 1010000 | 101010 | 0 | 110110 | 1001100 | 100000 | 10001 | 111101 | 101010 |
Color Harmonies of #AD502A
Complementary color
Monochromatic Colors of #AD502A
Black with #AD502A
Text Example
Text Example
White with #AD502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD502A; }
p { color: rgb(173,80,42); }
H1.HeaderClassName
{
color: #AD502A;
}
.AnyTagClassName
{
color: #AD502A;
}
</style>
background-color css
<style>
a { background-color: #AD502A; }
a { background-color: rgb(173,80,42); }
div.DivClassName
{
background-color: #AD502A;
}
.BgClassName
{
background-color: #AD502A;
}
</style>
border-color css
<style>
span { border-color: #AD502A; }
span { border-color: rgb(173,80,42); }
td.TdClassName
{
border-color: #AD502A;
}
.TagClassName
{
border-color: #AD502A;
}
</style>