Shades of Rose Of Sharon #AB512F
Tints of Rose Of Sharon #AB512F
RGB
CMYK
RGB Variations
Color information
#AB512F (or 0xAB512F) is known color: Rose Of Sharon. HEX triplet: AB, 51 and 2F. RGB value is (171,81,47). Sum of RGB (Red+Green+Blue) = 171+81+47=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB512F is #54AED0. Grayscale: #686868. Windows color (decimal): -5549777 or 3101099. OLE color: 3101099.
HSL color Cylindrical-coordinate representation of color #AB512F: hue angle of 16.45º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB512F is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 47 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.33 |
| HSL | 16.45º | 0.57% | 0.43% | - |
| HSV(B) | 16.45º | 0.73% | 0.67% | - |
| XYZ | 20.25 | 14.75 | 4.47 | - |
| YUV | 104.03 | 95.82 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 47 | 0 | 0.53 | 0.73 | 0.33 | 16.45 | 0.57 | 0.43 |
| Hex | AB | 51 | 2F | 0 | 35 | 49 | 21 | 10 | 39 | 2B |
| Octal | 253 | 121 | 57 | 0 | 65 | 111 | 41 | 20 | 71 | 53 |
| Binary | 10101011 | 1010001 | 101111 | 0 | 110101 | 1001001 | 100001 | 10000 | 111001 | 101011 |
Color Harmonies of #AB512F
Complementary color
Monochromatic Colors of #AB512F
Black with #AB512F
Text Example
Text Example
White with #AB512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB512F; }
p { color: rgb(171,81,47); }
H1.HeaderClassName
{
color: #AB512F;
}
.AnyTagClassName
{
color: #AB512F;
}
</style>
background-color css
<style>
a { background-color: #AB512F; }
a { background-color: rgb(171,81,47); }
div.DivClassName
{
background-color: #AB512F;
}
.BgClassName
{
background-color: #AB512F;
}
</style>
border-color css
<style>
span { border-color: #AB512F; }
span { border-color: rgb(171,81,47); }
td.TdClassName
{
border-color: #AB512F;
}
.TagClassName
{
border-color: #AB512F;
}
</style>