Shades of Rose Of Sharon #AB4C2B
Tints of Rose Of Sharon #AB4C2B
RGB
CMYK
RGB Variations
Color information
#AB4C2B (or 0xAB4C2B) is known color: Rose Of Sharon. HEX triplet: AB, 4C and 2B. RGB value is (171,76,43). Sum of RGB (Red+Green+Blue) = 171+76+43=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4C2B is #54B3D4. Grayscale: #646464. Windows color (decimal): -5551061 or 2837675. OLE color: 2837675.
HSL color Cylindrical-coordinate representation of color #AB4C2B: hue angle of 15.47º 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 #AB4C2B is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 43 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.33 |
| HSL | 15.47º | 0.6% | 0.42% | - |
| HSV(B) | 15.47º | 0.75% | 0.67% | - |
| XYZ | 19.82 | 14 | 3.94 | - |
| YUV | 100.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 43 | 0 | 0.56 | 0.75 | 0.33 | 15.47 | 0.6 | 0.42 |
| Hex | AB | 4C | 2B | 0 | 38 | 4B | 21 | F | 3C | 2A |
| Octal | 253 | 114 | 53 | 0 | 70 | 113 | 41 | 17 | 74 | 52 |
| Binary | 10101011 | 1001100 | 101011 | 0 | 111000 | 1001011 | 100001 | 1111 | 111100 | 101010 |
Color Harmonies of #AB4C2B
Complementary color
Monochromatic Colors of #AB4C2B
Black with #AB4C2B
Text Example
Text Example
White with #AB4C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4C2B; }
p { color: rgb(171,76,43); }
H1.HeaderClassName
{
color: #AB4C2B;
}
.AnyTagClassName
{
color: #AB4C2B;
}
</style>
background-color css
<style>
a { background-color: #AB4C2B; }
a { background-color: rgb(171,76,43); }
div.DivClassName
{
background-color: #AB4C2B;
}
.BgClassName
{
background-color: #AB4C2B;
}
</style>
border-color css
<style>
span { border-color: #AB4C2B; }
span { border-color: rgb(171,76,43); }
td.TdClassName
{
border-color: #AB4C2B;
}
.TagClassName
{
border-color: #AB4C2B;
}
</style>