Shades of Rose Of Sharon #AB462A
Tints of Rose Of Sharon #AB462A
RGB
CMYK
RGB Variations
Color information
#AB462A (or 0xAB462A) is known color: Rose Of Sharon. HEX triplet: AB, 46 and 2A. RGB value is (171,70,42). Sum of RGB (Red+Green+Blue) = 171+70+42=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB462A is #54B9D5. Grayscale: #616161. Windows color (decimal): -5552598 or 2770603. OLE color: 2770603.
HSL color Cylindrical-coordinate representation of color #AB462A: hue angle of 13.02º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB462A is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 42 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.33 |
| HSL | 13.02º | 0.61% | 0.42% | - |
| HSV(B) | 13.02º | 0.75% | 0.67% | - |
| XYZ | 19.4 | 13.21 | 3.72 | - |
| YUV | 97.01 | 96.96 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 42 | 0 | 0.59 | 0.75 | 0.33 | 13.02 | 0.61 | 0.42 |
| Hex | AB | 46 | 2A | 0 | 3B | 4B | 21 | D | 3D | 2A |
| Octal | 253 | 106 | 52 | 0 | 73 | 113 | 41 | 15 | 75 | 52 |
| Binary | 10101011 | 1000110 | 101010 | 0 | 111011 | 1001011 | 100001 | 1101 | 111101 | 101010 |
Color Harmonies of #AB462A
Complementary color
Monochromatic Colors of #AB462A
Black with #AB462A
Text Example
Text Example
White with #AB462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB462A; }
p { color: rgb(171,70,42); }
H1.HeaderClassName
{
color: #AB462A;
}
.AnyTagClassName
{
color: #AB462A;
}
</style>
background-color css
<style>
a { background-color: #AB462A; }
a { background-color: rgb(171,70,42); }
div.DivClassName
{
background-color: #AB462A;
}
.BgClassName
{
background-color: #AB462A;
}
</style>
border-color css
<style>
span { border-color: #AB462A; }
span { border-color: rgb(171,70,42); }
td.TdClassName
{
border-color: #AB462A;
}
.TagClassName
{
border-color: #AB462A;
}
</style>