Shades of Rose Of Sharon #AB4E2C
Tints of Rose Of Sharon #AB4E2C
RGB
CMYK
RGB Variations
Color information
#AB4E2C (or 0xAB4E2C) is known color: Rose Of Sharon. HEX triplet: AB, 4E and 2C. RGB value is (171,78,44). Sum of RGB (Red+Green+Blue) = 171+78+44=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4E2C is #54B1D3. Grayscale: #666666. Windows color (decimal): -5550548 or 2903723. OLE color: 2903723.
HSL color Cylindrical-coordinate representation of color #AB4E2C: hue angle of 16.06º 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 #AB4E2C is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 78 | 44 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.33 |
| HSL | 16.06º | 0.59% | 0.42% | - |
| HSV(B) | 16.06º | 0.74% | 0.67% | - |
| XYZ | 19.97 | 14.29 | 4.09 | - |
| YUV | 101.93 | 95.31 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 44 | 0 | 0.54 | 0.74 | 0.33 | 16.06 | 0.59 | 0.42 |
| Hex | AB | 4E | 2C | 0 | 36 | 4A | 21 | 10 | 3B | 2A |
| Octal | 253 | 116 | 54 | 0 | 66 | 112 | 41 | 20 | 73 | 52 |
| Binary | 10101011 | 1001110 | 101100 | 0 | 110110 | 1001010 | 100001 | 10000 | 111011 | 101010 |
Color Harmonies of #AB4E2C
Complementary color
Monochromatic Colors of #AB4E2C
Black with #AB4E2C
Text Example
Text Example
White with #AB4E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4E2C; }
p { color: rgb(171,78,44); }
H1.HeaderClassName
{
color: #AB4E2C;
}
.AnyTagClassName
{
color: #AB4E2C;
}
</style>
background-color css
<style>
a { background-color: #AB4E2C; }
a { background-color: rgb(171,78,44); }
div.DivClassName
{
background-color: #AB4E2C;
}
.BgClassName
{
background-color: #AB4E2C;
}
</style>
border-color css
<style>
span { border-color: #AB4E2C; }
span { border-color: rgb(171,78,44); }
td.TdClassName
{
border-color: #AB4E2C;
}
.TagClassName
{
border-color: #AB4E2C;
}
</style>