Shades of Rose Of Sharon #AB502B
Tints of Rose Of Sharon #AB502B
RGB
CMYK
RGB Variations
Color information
#AB502B (or 0xAB502B) is known color: Rose Of Sharon. HEX triplet: AB, 50 and 2B. RGB value is (171,80,43). Sum of RGB (Red+Green+Blue) = 171+80+43=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB502B is #54AFD4. Grayscale: #676767. Windows color (decimal): -5550037 or 2838699. OLE color: 2838699.
HSL color Cylindrical-coordinate representation of color #AB502B: hue angle of 17.34º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB502B is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 43 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.33 |
| HSL | 17.34º | 0.6% | 0.42% | - |
| HSV(B) | 17.34º | 0.75% | 0.67% | - |
| XYZ | 20.1 | 14.57 | 4.04 | - |
| YUV | 102.99 | 94.15 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 43 | 0 | 0.53 | 0.75 | 0.33 | 17.34 | 0.6 | 0.42 |
| Hex | AB | 50 | 2B | 0 | 35 | 4B | 21 | 11 | 3C | 2A |
| Octal | 253 | 120 | 53 | 0 | 65 | 113 | 41 | 21 | 74 | 52 |
| Binary | 10101011 | 1010000 | 101011 | 0 | 110101 | 1001011 | 100001 | 10001 | 111100 | 101010 |
Color Harmonies of #AB502B
Complementary color
Monochromatic Colors of #AB502B
Black with #AB502B
Text Example
Text Example
White with #AB502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB502B; }
p { color: rgb(171,80,43); }
H1.HeaderClassName
{
color: #AB502B;
}
.AnyTagClassName
{
color: #AB502B;
}
</style>
background-color css
<style>
a { background-color: #AB502B; }
a { background-color: rgb(171,80,43); }
div.DivClassName
{
background-color: #AB502B;
}
.BgClassName
{
background-color: #AB502B;
}
</style>
border-color css
<style>
span { border-color: #AB502B; }
span { border-color: rgb(171,80,43); }
td.TdClassName
{
border-color: #AB502B;
}
.TagClassName
{
border-color: #AB502B;
}
</style>