Shades of Rose Of Sharon #A64C2F
Tints of Rose Of Sharon #A64C2F
RGB
CMYK
RGB Variations
Color information
#A64C2F (or 0xA64C2F) is known color: Rose Of Sharon. HEX triplet: A6, 4C and 2F. RGB value is (166,76,47). Sum of RGB (Red+Green+Blue) = 166+76+47=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C2F is #59B3D0. Grayscale: #636363. Windows color (decimal): -5878737 or 3099814. OLE color: 3099814.
HSL color Cylindrical-coordinate representation of color #A64C2F: hue angle of 14.62º degrees, saturation: 0.56, 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 #A64C2F is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 76 | 47 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.35 |
| HSL | 14.62º | 0.56% | 0.42% | - |
| HSV(B) | 14.62º | 0.72% | 0.65% | - |
| XYZ | 18.82 | 13.48 | 4.3 | - |
| YUV | 99.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 47 | 0 | 0.54 | 0.72 | 0.35 | 14.62 | 0.56 | 0.42 |
| Hex | A6 | 4C | 2F | 0 | 36 | 48 | 23 | F | 38 | 2A |
| Octal | 246 | 114 | 57 | 0 | 66 | 110 | 43 | 17 | 70 | 52 |
| Binary | 10100110 | 1001100 | 101111 | 0 | 110110 | 1001000 | 100011 | 1111 | 111000 | 101010 |
Color Harmonies of #A64C2F
Complementary color
Monochromatic Colors of #A64C2F
Black with #A64C2F
Text Example
Text Example
White with #A64C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64C2F; }
p { color: rgb(166,76,47); }
H1.HeaderClassName
{
color: #A64C2F;
}
.AnyTagClassName
{
color: #A64C2F;
}
</style>
background-color css
<style>
a { background-color: #A64C2F; }
a { background-color: rgb(166,76,47); }
div.DivClassName
{
background-color: #A64C2F;
}
.BgClassName
{
background-color: #A64C2F;
}
</style>
border-color css
<style>
span { border-color: #A64C2F; }
span { border-color: rgb(166,76,47); }
td.TdClassName
{
border-color: #A64C2F;
}
.TagClassName
{
border-color: #A64C2F;
}
</style>