Shades of Rose Of Sharon #AB4A2B
Tints of Rose Of Sharon #AB4A2B
RGB
CMYK
RGB Variations
Color information
#AB4A2B (or 0xAB4A2B) is known color: Rose Of Sharon. HEX triplet: AB, 4A and 2B. RGB value is (171,74,43). Sum of RGB (Red+Green+Blue) = 171+74+43=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A2B is #54B5D4. Grayscale: #636363. Windows color (decimal): -5551573 or 2837163. OLE color: 2837163.
HSL color Cylindrical-coordinate representation of color #AB4A2B: hue angle of 14.53º 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 #AB4A2B is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 74 | 43 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.33 |
| HSL | 14.53º | 0.6% | 0.42% | - |
| HSV(B) | 14.53º | 0.75% | 0.67% | - |
| XYZ | 19.68 | 13.73 | 3.9 | - |
| YUV | 99.47 | 96.14 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 43 | 0 | 0.57 | 0.75 | 0.33 | 14.53 | 0.6 | 0.42 |
| Hex | AB | 4A | 2B | 0 | 39 | 4B | 21 | F | 3C | 2A |
| Octal | 253 | 112 | 53 | 0 | 71 | 113 | 41 | 17 | 74 | 52 |
| Binary | 10101011 | 1001010 | 101011 | 0 | 111001 | 1001011 | 100001 | 1111 | 111100 | 101010 |
Color Harmonies of #AB4A2B
Complementary color
Monochromatic Colors of #AB4A2B
Black with #AB4A2B
Text Example
Text Example
White with #AB4A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4A2B; }
p { color: rgb(171,74,43); }
H1.HeaderClassName
{
color: #AB4A2B;
}
.AnyTagClassName
{
color: #AB4A2B;
}
</style>
background-color css
<style>
a { background-color: #AB4A2B; }
a { background-color: rgb(171,74,43); }
div.DivClassName
{
background-color: #AB4A2B;
}
.BgClassName
{
background-color: #AB4A2B;
}
</style>
border-color css
<style>
span { border-color: #AB4A2B; }
span { border-color: rgb(171,74,43); }
td.TdClassName
{
border-color: #AB4A2B;
}
.TagClassName
{
border-color: #AB4A2B;
}
</style>