Shades of Rose Of Sharon #AB4529
Tints of Rose Of Sharon #AB4529
RGB
CMYK
RGB Variations
Color information
#AB4529 (or 0xAB4529) is known color: Rose Of Sharon. HEX triplet: AB, 45 and 29. RGB value is (171,69,41). Sum of RGB (Red+Green+Blue) = 171+69+41=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4529 is #54BAD6. Grayscale: #606060. Windows color (decimal): -5552855 or 2704811. OLE color: 2704811.
HSL color Cylindrical-coordinate representation of color #AB4529: hue angle of 12.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB4529 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 41 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.33 |
| HSL | 12.92º | 0.61% | 0.42% | - |
| HSV(B) | 12.92º | 0.76% | 0.67% | - |
| XYZ | 19.32 | 13.07 | 3.6 | - |
| YUV | 96.31 | 96.79 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 41 | 0 | 0.60 | 0.76 | 0.33 | 12.92 | 0.61 | 0.42 |
| Hex | AB | 45 | 29 | 0 | 3C | 4C | 21 | D | 3D | 2A |
| Octal | 253 | 105 | 51 | 0 | 74 | 114 | 41 | 15 | 75 | 52 |
| Binary | 10101011 | 1000101 | 101001 | 0 | 111100 | 1001100 | 100001 | 1101 | 111101 | 101010 |
Color Harmonies of #AB4529
Complementary color
Monochromatic Colors of #AB4529
Black with #AB4529
Text Example
Text Example
White with #AB4529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4529; }
p { color: rgb(171,69,41); }
H1.HeaderClassName
{
color: #AB4529;
}
.AnyTagClassName
{
color: #AB4529;
}
</style>
background-color css
<style>
a { background-color: #AB4529; }
a { background-color: rgb(171,69,41); }
div.DivClassName
{
background-color: #AB4529;
}
.BgClassName
{
background-color: #AB4529;
}
</style>
border-color css
<style>
span { border-color: #AB4529; }
span { border-color: rgb(171,69,41); }
td.TdClassName
{
border-color: #AB4529;
}
.TagClassName
{
border-color: #AB4529;
}
</style>