Shades of Rose Of Sharon #AB522D
Tints of Rose Of Sharon #AB522D
RGB
CMYK
RGB Variations
Color information
#AB522D (or 0xAB522D) is known color: Rose Of Sharon. HEX triplet: AB, 52 and 2D. RGB value is (171,82,45). Sum of RGB (Red+Green+Blue) = 171+82+45=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB522D is #54ADD2. Grayscale: #686868. Windows color (decimal): -5549523 or 2970283. OLE color: 2970283.
HSL color Cylindrical-coordinate representation of color #AB522D: hue angle of 17.62º 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 #AB522D is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 45 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.33 |
| HSL | 17.62º | 0.58% | 0.42% | - |
| HSV(B) | 17.62º | 0.74% | 0.67% | - |
| XYZ | 20.29 | 14.88 | 4.29 | - |
| YUV | 104.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 45 | 0 | 0.52 | 0.74 | 0.33 | 17.62 | 0.58 | 0.42 |
| Hex | AB | 52 | 2D | 0 | 34 | 4A | 21 | 12 | 3A | 2A |
| Octal | 253 | 122 | 55 | 0 | 64 | 112 | 41 | 22 | 72 | 52 |
| Binary | 10101011 | 1010010 | 101101 | 0 | 110100 | 1001010 | 100001 | 10010 | 111010 | 101010 |
Color Harmonies of #AB522D
Complementary color
Monochromatic Colors of #AB522D
Black with #AB522D
Text Example
Text Example
White with #AB522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB522D; }
p { color: rgb(171,82,45); }
H1.HeaderClassName
{
color: #AB522D;
}
.AnyTagClassName
{
color: #AB522D;
}
</style>
background-color css
<style>
a { background-color: #AB522D; }
a { background-color: rgb(171,82,45); }
div.DivClassName
{
background-color: #AB522D;
}
.BgClassName
{
background-color: #AB522D;
}
</style>
border-color css
<style>
span { border-color: #AB522D; }
span { border-color: rgb(171,82,45); }
td.TdClassName
{
border-color: #AB522D;
}
.TagClassName
{
border-color: #AB522D;
}
</style>