Shades of Rose Of Sharon #AB542B
Tints of Rose Of Sharon #AB542B
RGB
CMYK
RGB Variations
Color information
#AB542B (or 0xAB542B) is known color: Rose Of Sharon. HEX triplet: AB, 54 and 2B. RGB value is (171,84,43). Sum of RGB (Red+Green+Blue) = 171+84+43=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB542B is #54ABD4. Grayscale: #696969. Windows color (decimal): -5549013 or 2839723. OLE color: 2839723.
HSL color Cylindrical-coordinate representation of color #AB542B: hue angle of 19.22º 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 #AB542B is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 43 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.33 |
| HSL | 19.22º | 0.6% | 0.42% | - |
| HSV(B) | 19.22º | 0.75% | 0.67% | - |
| XYZ | 20.4 | 15.17 | 4.14 | - |
| YUV | 105.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 43 | 0 | 0.51 | 0.75 | 0.33 | 19.22 | 0.6 | 0.42 |
| Hex | AB | 54 | 2B | 0 | 33 | 4B | 21 | 13 | 3C | 2A |
| Octal | 253 | 124 | 53 | 0 | 63 | 113 | 41 | 23 | 74 | 52 |
| Binary | 10101011 | 1010100 | 101011 | 0 | 110011 | 1001011 | 100001 | 10011 | 111100 | 101010 |
Color Harmonies of #AB542B
Complementary color
Monochromatic Colors of #AB542B
Black with #AB542B
Text Example
Text Example
White with #AB542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB542B; }
p { color: rgb(171,84,43); }
H1.HeaderClassName
{
color: #AB542B;
}
.AnyTagClassName
{
color: #AB542B;
}
</style>
background-color css
<style>
a { background-color: #AB542B; }
a { background-color: rgb(171,84,43); }
div.DivClassName
{
background-color: #AB542B;
}
.BgClassName
{
background-color: #AB542B;
}
</style>
border-color css
<style>
span { border-color: #AB542B; }
span { border-color: rgb(171,84,43); }
td.TdClassName
{
border-color: #AB542B;
}
.TagClassName
{
border-color: #AB542B;
}
</style>