Shades of Rose Of Sharon #AB4728
Tints of Rose Of Sharon #AB4728
RGB
CMYK
RGB Variations
Color information
#AB4728 (or 0xAB4728) is known color: Rose Of Sharon. HEX triplet: AB, 47 and 28. RGB value is (171,71,40). Sum of RGB (Red+Green+Blue) = 171+71+40=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4728 is #54B8D7. Grayscale: #616161. Windows color (decimal): -5552344 or 2639787. OLE color: 2639787.
HSL color Cylindrical-coordinate representation of color #AB4728: hue angle of 14.2º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB4728 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 40 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.33 |
| HSL | 14.2º | 0.62% | 0.41% | - |
| HSV(B) | 14.2º | 0.77% | 0.67% | - |
| XYZ | 19.43 | 13.32 | 3.55 | - |
| YUV | 97.37 | 95.63 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 40 | 0 | 0.58 | 0.77 | 0.33 | 14.2 | 0.62 | 0.41 |
| Hex | AB | 47 | 28 | 0 | 3A | 4D | 21 | E | 3E | 29 |
| Octal | 253 | 107 | 50 | 0 | 72 | 115 | 41 | 16 | 76 | 51 |
| Binary | 10101011 | 1000111 | 101000 | 0 | 111010 | 1001101 | 100001 | 1110 | 111110 | 101001 |
Color Harmonies of #AB4728
Complementary color
Monochromatic Colors of #AB4728
Black with #AB4728
Text Example
Text Example
White with #AB4728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4728; }
p { color: rgb(171,71,40); }
H1.HeaderClassName
{
color: #AB4728;
}
.AnyTagClassName
{
color: #AB4728;
}
</style>
background-color css
<style>
a { background-color: #AB4728; }
a { background-color: rgb(171,71,40); }
div.DivClassName
{
background-color: #AB4728;
}
.BgClassName
{
background-color: #AB4728;
}
</style>
border-color css
<style>
span { border-color: #AB4728; }
span { border-color: rgb(171,71,40); }
td.TdClassName
{
border-color: #AB4728;
}
.TagClassName
{
border-color: #AB4728;
}
</style>