Shades of Rose Of Sharon #A64D28
Tints of Rose Of Sharon #A64D28
RGB
CMYK
RGB Variations
Color information
#A64D28 (or 0xA64D28) is known color: Rose Of Sharon. HEX triplet: A6, 4D and 28. RGB value is (166,77,40). Sum of RGB (Red+Green+Blue) = 166+77+40=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64D28 is #59B2D7. Grayscale: #636363. Windows color (decimal): -5878488 or 2641318. OLE color: 2641318.
HSL color Cylindrical-coordinate representation of color #A64D28: hue angle of 17.62º 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 #A64D28 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 77 | 40 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.35 |
| HSL | 17.62º | 0.61% | 0.4% | - |
| HSV(B) | 17.62º | 0.76% | 0.65% | - |
| XYZ | 18.76 | 13.57 | 3.64 | - |
| YUV | 99.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 40 | 0 | 0.54 | 0.76 | 0.35 | 17.62 | 0.61 | 0.4 |
| Hex | A6 | 4D | 28 | 0 | 36 | 4C | 23 | 12 | 3D | 28 |
| Octal | 246 | 115 | 50 | 0 | 66 | 114 | 43 | 22 | 75 | 50 |
| Binary | 10100110 | 1001101 | 101000 | 0 | 110110 | 1001100 | 100011 | 10010 | 111101 | 101000 |
Color Harmonies of #A64D28
Complementary color
Monochromatic Colors of #A64D28
Black with #A64D28
Text Example
Text Example
White with #A64D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64D28; }
p { color: rgb(166,77,40); }
H1.HeaderClassName
{
color: #A64D28;
}
.AnyTagClassName
{
color: #A64D28;
}
</style>
background-color css
<style>
a { background-color: #A64D28; }
a { background-color: rgb(166,77,40); }
div.DivClassName
{
background-color: #A64D28;
}
.BgClassName
{
background-color: #A64D28;
}
</style>
border-color css
<style>
span { border-color: #A64D28; }
span { border-color: rgb(166,77,40); }
td.TdClassName
{
border-color: #A64D28;
}
.TagClassName
{
border-color: #A64D28;
}
</style>