Shades of Rose Of Sharon #A64E2A
Tints of Rose Of Sharon #A64E2A
RGB
CMYK
RGB Variations
Color information
#A64E2A (or 0xA64E2A) is known color: Rose Of Sharon. HEX triplet: A6, 4E and 2A. RGB value is (166,78,42). Sum of RGB (Red+Green+Blue) = 166+78+42=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64E2A is #59B1D5. Grayscale: #646464. Windows color (decimal): -5878230 or 2772646. OLE color: 2772646.
HSL color Cylindrical-coordinate representation of color #A64E2A: hue angle of 17.42º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A64E2A is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 78 | 42 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.35 |
| HSL | 17.42º | 0.6% | 0.41% | - |
| HSV(B) | 17.42º | 0.75% | 0.65% | - |
| XYZ | 18.87 | 13.72 | 3.84 | - |
| YUV | 100.21 | 95.15 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 42 | 0 | 0.53 | 0.75 | 0.35 | 17.42 | 0.6 | 0.41 |
| Hex | A6 | 4E | 2A | 0 | 35 | 4B | 23 | 11 | 3C | 29 |
| Octal | 246 | 116 | 52 | 0 | 65 | 113 | 43 | 21 | 74 | 51 |
| Binary | 10100110 | 1001110 | 101010 | 0 | 110101 | 1001011 | 100011 | 10001 | 111100 | 101001 |
Color Harmonies of #A64E2A
Complementary color
Monochromatic Colors of #A64E2A
Black with #A64E2A
Text Example
Text Example
White with #A64E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64E2A; }
p { color: rgb(166,78,42); }
H1.HeaderClassName
{
color: #A64E2A;
}
.AnyTagClassName
{
color: #A64E2A;
}
</style>
background-color css
<style>
a { background-color: #A64E2A; }
a { background-color: rgb(166,78,42); }
div.DivClassName
{
background-color: #A64E2A;
}
.BgClassName
{
background-color: #A64E2A;
}
</style>
border-color css
<style>
span { border-color: #A64E2A; }
span { border-color: rgb(166,78,42); }
td.TdClassName
{
border-color: #A64E2A;
}
.TagClassName
{
border-color: #A64E2A;
}
</style>