Shades of Rose Of Sharon #A64E2E
Tints of Rose Of Sharon #A64E2E
RGB
CMYK
RGB Variations
Color information
#A64E2E (or 0xA64E2E) is known color: Rose Of Sharon. HEX triplet: A6, 4E and 2E. RGB value is (166,78,46). Sum of RGB (Red+Green+Blue) = 166+78+46=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64E2E is #59B1D1. Grayscale: #646464. Windows color (decimal): -5878226 or 3034790. OLE color: 3034790.
HSL color Cylindrical-coordinate representation of color #A64E2E: hue angle of 16º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A64E2E is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 78 | 46 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.35 |
| HSL | 16º | 0.57% | 0.42% | - |
| HSV(B) | 16º | 0.72% | 0.65% | - |
| XYZ | 18.94 | 13.75 | 4.24 | - |
| YUV | 100.66 | 97.15 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 46 | 0 | 0.53 | 0.72 | 0.35 | 16 | 0.57 | 0.42 |
| Hex | A6 | 4E | 2E | 0 | 35 | 48 | 23 | 10 | 39 | 2A |
| Octal | 246 | 116 | 56 | 0 | 65 | 110 | 43 | 20 | 71 | 52 |
| Binary | 10100110 | 1001110 | 101110 | 0 | 110101 | 1001000 | 100011 | 10000 | 111001 | 101010 |
Color Harmonies of #A64E2E
Complementary color
Monochromatic Colors of #A64E2E
Black with #A64E2E
Text Example
Text Example
White with #A64E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64E2E; }
p { color: rgb(166,78,46); }
H1.HeaderClassName
{
color: #A64E2E;
}
.AnyTagClassName
{
color: #A64E2E;
}
</style>
background-color css
<style>
a { background-color: #A64E2E; }
a { background-color: rgb(166,78,46); }
div.DivClassName
{
background-color: #A64E2E;
}
.BgClassName
{
background-color: #A64E2E;
}
</style>
border-color css
<style>
span { border-color: #A64E2E; }
span { border-color: rgb(166,78,46); }
td.TdClassName
{
border-color: #A64E2E;
}
.TagClassName
{
border-color: #A64E2E;
}
</style>