Shades of Rose Of Sharon #A64A2E
Tints of Rose Of Sharon #A64A2E
RGB
CMYK
RGB Variations
Color information
#A64A2E (or 0xA64A2E) is known color: Rose Of Sharon. HEX triplet: A6, 4A and 2E. RGB value is (166,74,46). Sum of RGB (Red+Green+Blue) = 166+74+46=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64A2E is #59B5D1. Grayscale: #626262. Windows color (decimal): -5879250 or 3033766. OLE color: 3033766.
HSL color Cylindrical-coordinate representation of color #A64A2E: hue angle of 14º 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 #A64A2E is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 74 | 46 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.35 |
| HSL | 14º | 0.57% | 0.42% | - |
| HSV(B) | 14º | 0.72% | 0.65% | - |
| XYZ | 18.67 | 13.2 | 4.15 | - |
| YUV | 98.32 | 98.48 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 46 | 0 | 0.55 | 0.72 | 0.35 | 14 | 0.57 | 0.42 |
| Hex | A6 | 4A | 2E | 0 | 37 | 48 | 23 | E | 39 | 2A |
| Octal | 246 | 112 | 56 | 0 | 67 | 110 | 43 | 16 | 71 | 52 |
| Binary | 10100110 | 1001010 | 101110 | 0 | 110111 | 1001000 | 100011 | 1110 | 111001 | 101010 |
Color Harmonies of #A64A2E
Complementary color
Monochromatic Colors of #A64A2E
Black with #A64A2E
Text Example
Text Example
White with #A64A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64A2E; }
p { color: rgb(166,74,46); }
H1.HeaderClassName
{
color: #A64A2E;
}
.AnyTagClassName
{
color: #A64A2E;
}
</style>
background-color css
<style>
a { background-color: #A64A2E; }
a { background-color: rgb(166,74,46); }
div.DivClassName
{
background-color: #A64A2E;
}
.BgClassName
{
background-color: #A64A2E;
}
</style>
border-color css
<style>
span { border-color: #A64A2E; }
span { border-color: rgb(166,74,46); }
td.TdClassName
{
border-color: #A64A2E;
}
.TagClassName
{
border-color: #A64A2E;
}
</style>