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