Shades of Rose Of Sharon #AB461E
Tints of Rose Of Sharon #AB461E
RGB
CMYK
RGB Variations
Color information
#AB461E (or 0xAB461E) is known color: Rose Of Sharon. HEX triplet: AB, 46 and 1E. RGB value is (171,70,30). Sum of RGB (Red+Green+Blue) = 171+70+30=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB461E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB461E is #54B9E1. Grayscale: #5F5F5F. Windows color (decimal): -5552610 or 1984171. OLE color: 1984171.
HSL color Cylindrical-coordinate representation of color #AB461E: hue angle of 17.02º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB461E is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 30 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.33 |
| HSL | 17.02º | 0.7% | 0.39% | - |
| HSV(B) | 17.02º | 0.82% | 0.67% | - |
| XYZ | 19.22 | 13.13 | 2.75 | - |
| YUV | 95.64 | 90.96 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 30 | 0 | 0.59 | 0.82 | 0.33 | 17.02 | 0.7 | 0.39 |
| Hex | AB | 46 | 1E | 0 | 3B | 52 | 21 | 11 | 46 | 27 |
| Octal | 253 | 106 | 36 | 0 | 73 | 122 | 41 | 21 | 106 | 47 |
| Binary | 10101011 | 1000110 | 11110 | 0 | 111011 | 1010010 | 100001 | 10001 | 1000110 | 100111 |
Color Harmonies of #AB461E
Complementary color
Monochromatic Colors of #AB461E
Black with #AB461E
Text Example
Text Example
White with #AB461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB461E; }
p { color: rgb(171,70,30); }
H1.HeaderClassName
{
color: #AB461E;
}
.AnyTagClassName
{
color: #AB461E;
}
</style>
background-color css
<style>
a { background-color: #AB461E; }
a { background-color: rgb(171,70,30); }
div.DivClassName
{
background-color: #AB461E;
}
.BgClassName
{
background-color: #AB461E;
}
</style>
border-color css
<style>
span { border-color: #AB461E; }
span { border-color: rgb(171,70,30); }
td.TdClassName
{
border-color: #AB461E;
}
.TagClassName
{
border-color: #AB461E;
}
</style>