Shades of Rose Of Sharon #AB482D
Tints of Rose Of Sharon #AB482D
RGB
CMYK
RGB Variations
Color information
#AB482D (or 0xAB482D) is known color: Rose Of Sharon. HEX triplet: AB, 48 and 2D. RGB value is (171,72,45). Sum of RGB (Red+Green+Blue) = 171+72+45=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB482D is #54B7D2. Grayscale: #626262. Windows color (decimal): -5552083 or 2967723. OLE color: 2967723.
HSL color Cylindrical-coordinate representation of color #AB482D: hue angle of 12.86º 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 #AB482D is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 45 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.33 |
| HSL | 12.86º | 0.58% | 0.42% | - |
| HSV(B) | 12.86º | 0.74% | 0.67% | - |
| XYZ | 19.59 | 13.48 | 4.05 | - |
| YUV | 98.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 45 | 0 | 0.58 | 0.74 | 0.33 | 12.86 | 0.58 | 0.42 |
| Hex | AB | 48 | 2D | 0 | 3A | 4A | 21 | D | 3A | 2A |
| Octal | 253 | 110 | 55 | 0 | 72 | 112 | 41 | 15 | 72 | 52 |
| Binary | 10101011 | 1001000 | 101101 | 0 | 111010 | 1001010 | 100001 | 1101 | 111010 | 101010 |
Color Harmonies of #AB482D
Complementary color
Monochromatic Colors of #AB482D
Black with #AB482D
Text Example
Text Example
White with #AB482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB482D; }
p { color: rgb(171,72,45); }
H1.HeaderClassName
{
color: #AB482D;
}
.AnyTagClassName
{
color: #AB482D;
}
</style>
background-color css
<style>
a { background-color: #AB482D; }
a { background-color: rgb(171,72,45); }
div.DivClassName
{
background-color: #AB482D;
}
.BgClassName
{
background-color: #AB482D;
}
</style>
border-color css
<style>
span { border-color: #AB482D; }
span { border-color: rgb(171,72,45); }
td.TdClassName
{
border-color: #AB482D;
}
.TagClassName
{
border-color: #AB482D;
}
</style>