Shades of Rose Of Sharon #AB502D
Tints of Rose Of Sharon #AB502D
RGB
CMYK
RGB Variations
Color information
#AB502D (or 0xAB502D) is known color: Rose Of Sharon. HEX triplet: AB, 50 and 2D. RGB value is (171,80,45). Sum of RGB (Red+Green+Blue) = 171+80+45=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB502D is #54AFD2. Grayscale: #676767. Windows color (decimal): -5550035 or 2969771. OLE color: 2969771.
HSL color Cylindrical-coordinate representation of color #AB502D: hue angle of 16.67º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB502D is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 45 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.33 |
| HSL | 16.67º | 0.58% | 0.42% | - |
| HSV(B) | 16.67º | 0.74% | 0.67% | - |
| XYZ | 20.14 | 14.58 | 4.24 | - |
| YUV | 103.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 45 | 0 | 0.53 | 0.74 | 0.33 | 16.67 | 0.58 | 0.42 |
| Hex | AB | 50 | 2D | 0 | 35 | 4A | 21 | 11 | 3A | 2A |
| Octal | 253 | 120 | 55 | 0 | 65 | 112 | 41 | 21 | 72 | 52 |
| Binary | 10101011 | 1010000 | 101101 | 0 | 110101 | 1001010 | 100001 | 10001 | 111010 | 101010 |
Color Harmonies of #AB502D
Complementary color
Monochromatic Colors of #AB502D
Black with #AB502D
Text Example
Text Example
White with #AB502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB502D; }
p { color: rgb(171,80,45); }
H1.HeaderClassName
{
color: #AB502D;
}
.AnyTagClassName
{
color: #AB502D;
}
</style>
background-color css
<style>
a { background-color: #AB502D; }
a { background-color: rgb(171,80,45); }
div.DivClassName
{
background-color: #AB502D;
}
.BgClassName
{
background-color: #AB502D;
}
</style>
border-color css
<style>
span { border-color: #AB502D; }
span { border-color: rgb(171,80,45); }
td.TdClassName
{
border-color: #AB502D;
}
.TagClassName
{
border-color: #AB502D;
}
</style>