Shades of Rose Of Sharon #AB472C
Tints of Rose Of Sharon #AB472C
RGB
CMYK
RGB Variations
Color information
#AB472C (or 0xAB472C) is known color: Rose Of Sharon. HEX triplet: AB, 47 and 2C. RGB value is (171,71,44). Sum of RGB (Red+Green+Blue) = 171+71+44=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB472C is #54B8D3. Grayscale: #626262. Windows color (decimal): -5552340 or 2901931. OLE color: 2901931.
HSL color Cylindrical-coordinate representation of color #AB472C: hue angle of 12.76º degrees, saturation: 0.59, 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 #AB472C is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 44 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.33 |
| HSL | 12.76º | 0.59% | 0.42% | - |
| HSV(B) | 12.76º | 0.74% | 0.67% | - |
| XYZ | 19.5 | 13.35 | 3.93 | - |
| YUV | 97.82 | 97.63 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 44 | 0 | 0.58 | 0.74 | 0.33 | 12.76 | 0.59 | 0.42 |
| Hex | AB | 47 | 2C | 0 | 3A | 4A | 21 | D | 3B | 2A |
| Octal | 253 | 107 | 54 | 0 | 72 | 112 | 41 | 15 | 73 | 52 |
| Binary | 10101011 | 1000111 | 101100 | 0 | 111010 | 1001010 | 100001 | 1101 | 111011 | 101010 |
Color Harmonies of #AB472C
Complementary color
Monochromatic Colors of #AB472C
Black with #AB472C
Text Example
Text Example
White with #AB472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB472C; }
p { color: rgb(171,71,44); }
H1.HeaderClassName
{
color: #AB472C;
}
.AnyTagClassName
{
color: #AB472C;
}
</style>
background-color css
<style>
a { background-color: #AB472C; }
a { background-color: rgb(171,71,44); }
div.DivClassName
{
background-color: #AB472C;
}
.BgClassName
{
background-color: #AB472C;
}
</style>
border-color css
<style>
span { border-color: #AB472C; }
span { border-color: rgb(171,71,44); }
td.TdClassName
{
border-color: #AB472C;
}
.TagClassName
{
border-color: #AB472C;
}
</style>