Shades of Rose Of Sharon #A64D2D
Tints of Rose Of Sharon #A64D2D
RGB
CMYK
RGB Variations
Color information
#A64D2D (or 0xA64D2D) is known color: Rose Of Sharon. HEX triplet: A6, 4D and 2D. RGB value is (166,77,45). Sum of RGB (Red+Green+Blue) = 166+77+45=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64D2D is #59B2D2. Grayscale: #646464. Windows color (decimal): -5878483 or 2968998. OLE color: 2968998.
HSL color Cylindrical-coordinate representation of color #A64D2D: hue angle of 15.87º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A64D2D is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 77 | 45 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.35 |
| HSL | 15.87º | 0.57% | 0.41% | - |
| HSV(B) | 15.87º | 0.73% | 0.65% | - |
| XYZ | 18.85 | 13.6 | 4.11 | - |
| YUV | 99.96 | 96.99 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 45 | 0 | 0.54 | 0.73 | 0.35 | 15.87 | 0.57 | 0.41 |
| Hex | A6 | 4D | 2D | 0 | 36 | 49 | 23 | 10 | 39 | 29 |
| Octal | 246 | 115 | 55 | 0 | 66 | 111 | 43 | 20 | 71 | 51 |
| Binary | 10100110 | 1001101 | 101101 | 0 | 110110 | 1001001 | 100011 | 10000 | 111001 | 101001 |
Color Harmonies of #A64D2D
Complementary color
Monochromatic Colors of #A64D2D
Black with #A64D2D
Text Example
Text Example
White with #A64D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64D2D; }
p { color: rgb(166,77,45); }
H1.HeaderClassName
{
color: #A64D2D;
}
.AnyTagClassName
{
color: #A64D2D;
}
</style>
background-color css
<style>
a { background-color: #A64D2D; }
a { background-color: rgb(166,77,45); }
div.DivClassName
{
background-color: #A64D2D;
}
.BgClassName
{
background-color: #A64D2D;
}
</style>
border-color css
<style>
span { border-color: #A64D2D; }
span { border-color: rgb(166,77,45); }
td.TdClassName
{
border-color: #A64D2D;
}
.TagClassName
{
border-color: #A64D2D;
}
</style>