Shades of Rose Of Sharon #AB4D2E
Tints of Rose Of Sharon #AB4D2E
RGB
CMYK
RGB Variations
Color information
#AB4D2E (or 0xAB4D2E) is known color: Rose Of Sharon. HEX triplet: AB, 4D and 2E. RGB value is (171,77,46). Sum of RGB (Red+Green+Blue) = 171+77+46=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D2E is #54B2D1. Grayscale: #656565. Windows color (decimal): -5550802 or 3034539. OLE color: 3034539.
HSL color Cylindrical-coordinate representation of color #AB4D2E: hue angle of 14.88º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB4D2E is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 46 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.33 |
| HSL | 14.88º | 0.58% | 0.43% | - |
| HSV(B) | 14.88º | 0.73% | 0.67% | - |
| XYZ | 19.94 | 14.16 | 4.27 | - |
| YUV | 101.57 | 96.64 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 46 | 0 | 0.55 | 0.73 | 0.33 | 14.88 | 0.58 | 0.43 |
| Hex | AB | 4D | 2E | 0 | 37 | 49 | 21 | F | 3A | 2B |
| Octal | 253 | 115 | 56 | 0 | 67 | 111 | 41 | 17 | 72 | 53 |
| Binary | 10101011 | 1001101 | 101110 | 0 | 110111 | 1001001 | 100001 | 1111 | 111010 | 101011 |
Color Harmonies of #AB4D2E
Complementary color
Monochromatic Colors of #AB4D2E
Black with #AB4D2E
Text Example
Text Example
White with #AB4D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D2E; }
p { color: rgb(171,77,46); }
H1.HeaderClassName
{
color: #AB4D2E;
}
.AnyTagClassName
{
color: #AB4D2E;
}
</style>
background-color css
<style>
a { background-color: #AB4D2E; }
a { background-color: rgb(171,77,46); }
div.DivClassName
{
background-color: #AB4D2E;
}
.BgClassName
{
background-color: #AB4D2E;
}
</style>
border-color css
<style>
span { border-color: #AB4D2E; }
span { border-color: rgb(171,77,46); }
td.TdClassName
{
border-color: #AB4D2E;
}
.TagClassName
{
border-color: #AB4D2E;
}
</style>