Shades of Rose Of Sharon #AB532A
Tints of Rose Of Sharon #AB532A
RGB
CMYK
RGB Variations
Color information
#AB532A (or 0xAB532A) is known color: Rose Of Sharon. HEX triplet: AB, 53 and 2A. RGB value is (171,83,42). Sum of RGB (Red+Green+Blue) = 171+83+42=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB532A is #54ACD5. Grayscale: #686868. Windows color (decimal): -5549270 or 2773931. OLE color: 2773931.
HSL color Cylindrical-coordinate representation of color #AB532A: hue angle of 19.07º degrees, saturation: 0.61, 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 #AB532A is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 42 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.33 |
| HSL | 19.07º | 0.61% | 0.42% | - |
| HSV(B) | 19.07º | 0.75% | 0.67% | - |
| XYZ | 20.31 | 15.01 | 4.02 | - |
| YUV | 104.64 | 92.65 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 42 | 0 | 0.51 | 0.75 | 0.33 | 19.07 | 0.61 | 0.42 |
| Hex | AB | 53 | 2A | 0 | 33 | 4B | 21 | 13 | 3D | 2A |
| Octal | 253 | 123 | 52 | 0 | 63 | 113 | 41 | 23 | 75 | 52 |
| Binary | 10101011 | 1010011 | 101010 | 0 | 110011 | 1001011 | 100001 | 10011 | 111101 | 101010 |
Color Harmonies of #AB532A
Complementary color
Monochromatic Colors of #AB532A
Black with #AB532A
Text Example
Text Example
White with #AB532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB532A; }
p { color: rgb(171,83,42); }
H1.HeaderClassName
{
color: #AB532A;
}
.AnyTagClassName
{
color: #AB532A;
}
</style>
background-color css
<style>
a { background-color: #AB532A; }
a { background-color: rgb(171,83,42); }
div.DivClassName
{
background-color: #AB532A;
}
.BgClassName
{
background-color: #AB532A;
}
</style>
border-color css
<style>
span { border-color: #AB532A; }
span { border-color: rgb(171,83,42); }
td.TdClassName
{
border-color: #AB532A;
}
.TagClassName
{
border-color: #AB532A;
}
</style>