Shades of Rose Of Sharon #A64C28
Tints of Rose Of Sharon #A64C28
RGB
CMYK
RGB Variations
Color information
#A64C28 (or 0xA64C28) is known color: Rose Of Sharon. HEX triplet: A6, 4C and 28. RGB value is (166,76,40). Sum of RGB (Red+Green+Blue) = 166+76+40=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C28 is #59B3D7. Grayscale: #636363. Windows color (decimal): -5878744 or 2641062. OLE color: 2641062.
HSL color Cylindrical-coordinate representation of color #A64C28: hue angle of 17.14º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A64C28 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 76 | 40 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.35 |
| HSL | 17.14º | 0.61% | 0.4% | - |
| HSV(B) | 17.14º | 0.76% | 0.65% | - |
| XYZ | 18.69 | 13.43 | 3.61 | - |
| YUV | 98.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 40 | 0 | 0.54 | 0.76 | 0.35 | 17.14 | 0.61 | 0.4 |
| Hex | A6 | 4C | 28 | 0 | 36 | 4C | 23 | 11 | 3D | 28 |
| Octal | 246 | 114 | 50 | 0 | 66 | 114 | 43 | 21 | 75 | 50 |
| Binary | 10100110 | 1001100 | 101000 | 0 | 110110 | 1001100 | 100011 | 10001 | 111101 | 101000 |
Color Harmonies of #A64C28
Complementary color
Monochromatic Colors of #A64C28
Black with #A64C28
Text Example
Text Example
White with #A64C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64C28; }
p { color: rgb(166,76,40); }
H1.HeaderClassName
{
color: #A64C28;
}
.AnyTagClassName
{
color: #A64C28;
}
</style>
background-color css
<style>
a { background-color: #A64C28; }
a { background-color: rgb(166,76,40); }
div.DivClassName
{
background-color: #A64C28;
}
.BgClassName
{
background-color: #A64C28;
}
</style>
border-color css
<style>
span { border-color: #A64C28; }
span { border-color: rgb(166,76,40); }
td.TdClassName
{
border-color: #A64C28;
}
.TagClassName
{
border-color: #A64C28;
}
</style>