Shades of Rose Of Sharon #AB4820
Tints of Rose Of Sharon #AB4820
RGB
CMYK
RGB Variations
Color information
#AB4820 (or 0xAB4820) is known color: Rose Of Sharon. HEX triplet: AB, 48 and 20. RGB value is (171,72,32). Sum of RGB (Red+Green+Blue) = 171+72+32=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4820 is #54B7DF. Grayscale: #616161. Windows color (decimal): -5552096 or 2115755. OLE color: 2115755.
HSL color Cylindrical-coordinate representation of color #AB4820: hue angle of 17.27º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB4820 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 32 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.33 |
| HSL | 17.27º | 0.68% | 0.4% | - |
| HSV(B) | 17.27º | 0.81% | 0.67% | - |
| XYZ | 19.37 | 13.4 | 2.93 | - |
| YUV | 97.04 | 91.3 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 32 | 0 | 0.58 | 0.81 | 0.33 | 17.27 | 0.68 | 0.4 |
| Hex | AB | 48 | 20 | 0 | 3A | 51 | 21 | 11 | 44 | 28 |
| Octal | 253 | 110 | 40 | 0 | 72 | 121 | 41 | 21 | 104 | 50 |
| Binary | 10101011 | 1001000 | 100000 | 0 | 111010 | 1010001 | 100001 | 10001 | 1000100 | 101000 |
Color Harmonies of #AB4820
Complementary color
Monochromatic Colors of #AB4820
Black with #AB4820
Text Example
Text Example
White with #AB4820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4820; }
p { color: rgb(171,72,32); }
H1.HeaderClassName
{
color: #AB4820;
}
.AnyTagClassName
{
color: #AB4820;
}
</style>
background-color css
<style>
a { background-color: #AB4820; }
a { background-color: rgb(171,72,32); }
div.DivClassName
{
background-color: #AB4820;
}
.BgClassName
{
background-color: #AB4820;
}
</style>
border-color css
<style>
span { border-color: #AB4820; }
span { border-color: rgb(171,72,32); }
td.TdClassName
{
border-color: #AB4820;
}
.TagClassName
{
border-color: #AB4820;
}
</style>