Shades of Rose Of Sharon #AB5229
Tints of Rose Of Sharon #AB5229
RGB
CMYK
RGB Variations
Color information
#AB5229 (or 0xAB5229) is known color: Rose Of Sharon. HEX triplet: AB, 52 and 29. RGB value is (171,82,41). Sum of RGB (Red+Green+Blue) = 171+82+41=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5229 is #54ADD6. Grayscale: #686868. Windows color (decimal): -5549527 or 2708139. OLE color: 2708139.
HSL color Cylindrical-coordinate representation of color #AB5229: hue angle of 18.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 #AB5229 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 41 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.33 |
| HSL | 18.92º | 0.61% | 0.42% | - |
| HSV(B) | 18.92º | 0.76% | 0.67% | - |
| XYZ | 20.21 | 14.85 | 3.9 | - |
| YUV | 103.94 | 92.49 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 41 | 0 | 0.52 | 0.76 | 0.33 | 18.92 | 0.61 | 0.42 |
| Hex | AB | 52 | 29 | 0 | 34 | 4C | 21 | 13 | 3D | 2A |
| Octal | 253 | 122 | 51 | 0 | 64 | 114 | 41 | 23 | 75 | 52 |
| Binary | 10101011 | 1010010 | 101001 | 0 | 110100 | 1001100 | 100001 | 10011 | 111101 | 101010 |
Color Harmonies of #AB5229
Complementary color
Monochromatic Colors of #AB5229
Black with #AB5229
Text Example
Text Example
White with #AB5229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5229; }
p { color: rgb(171,82,41); }
H1.HeaderClassName
{
color: #AB5229;
}
.AnyTagClassName
{
color: #AB5229;
}
</style>
background-color css
<style>
a { background-color: #AB5229; }
a { background-color: rgb(171,82,41); }
div.DivClassName
{
background-color: #AB5229;
}
.BgClassName
{
background-color: #AB5229;
}
</style>
border-color css
<style>
span { border-color: #AB5229; }
span { border-color: rgb(171,82,41); }
td.TdClassName
{
border-color: #AB5229;
}
.TagClassName
{
border-color: #AB5229;
}
</style>