Shades of Rose Of Sharon #AB4A2D
Tints of Rose Of Sharon #AB4A2D
RGB
CMYK
RGB Variations
Color information
#AB4A2D (or 0xAB4A2D) is known color: Rose Of Sharon. HEX triplet: AB, 4A and 2D. RGB value is (171,74,45). Sum of RGB (Red+Green+Blue) = 171+74+45=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A2D is #54B5D2. Grayscale: #636363. Windows color (decimal): -5551571 or 2968235. OLE color: 2968235.
HSL color Cylindrical-coordinate representation of color #AB4A2D: hue angle of 13.81º degrees, saturation: 0.58, 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 #AB4A2D is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 74 | 45 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.33 |
| HSL | 13.81º | 0.58% | 0.42% | - |
| HSV(B) | 13.81º | 0.74% | 0.67% | - |
| XYZ | 19.72 | 13.74 | 4.1 | - |
| YUV | 99.7 | 97.14 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 45 | 0 | 0.57 | 0.74 | 0.33 | 13.81 | 0.58 | 0.42 |
| Hex | AB | 4A | 2D | 0 | 39 | 4A | 21 | E | 3A | 2A |
| Octal | 253 | 112 | 55 | 0 | 71 | 112 | 41 | 16 | 72 | 52 |
| Binary | 10101011 | 1001010 | 101101 | 0 | 111001 | 1001010 | 100001 | 1110 | 111010 | 101010 |
Color Harmonies of #AB4A2D
Complementary color
Monochromatic Colors of #AB4A2D
Black with #AB4A2D
Text Example
Text Example
White with #AB4A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4A2D; }
p { color: rgb(171,74,45); }
H1.HeaderClassName
{
color: #AB4A2D;
}
.AnyTagClassName
{
color: #AB4A2D;
}
</style>
background-color css
<style>
a { background-color: #AB4A2D; }
a { background-color: rgb(171,74,45); }
div.DivClassName
{
background-color: #AB4A2D;
}
.BgClassName
{
background-color: #AB4A2D;
}
</style>
border-color css
<style>
span { border-color: #AB4A2D; }
span { border-color: rgb(171,74,45); }
td.TdClassName
{
border-color: #AB4A2D;
}
.TagClassName
{
border-color: #AB4A2D;
}
</style>