Shades of Rose Of Sharon #A74D29
Tints of Rose Of Sharon #A74D29
RGB
CMYK
RGB Variations
Color information
#A74D29 (or 0xA74D29) is known color: Rose Of Sharon. HEX triplet: A7, 4D and 29. RGB value is (167,77,41). Sum of RGB (Red+Green+Blue) = 167+77+41=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74D29 is #58B2D6. Grayscale: #646464. Windows color (decimal): -5812951 or 2706855. OLE color: 2706855.
HSL color Cylindrical-coordinate representation of color #A74D29: hue angle of 17.14º degrees, saturation: 0.61, 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 #A74D29 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 77 | 41 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.35 |
| HSL | 17.14º | 0.61% | 0.41% | - |
| HSV(B) | 17.14º | 0.75% | 0.65% | - |
| XYZ | 18.99 | 13.68 | 3.74 | - |
| YUV | 99.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 41 | 0 | 0.54 | 0.75 | 0.35 | 17.14 | 0.61 | 0.41 |
| Hex | A7 | 4D | 29 | 0 | 36 | 4B | 23 | 11 | 3D | 29 |
| Octal | 247 | 115 | 51 | 0 | 66 | 113 | 43 | 21 | 75 | 51 |
| Binary | 10100111 | 1001101 | 101001 | 0 | 110110 | 1001011 | 100011 | 10001 | 111101 | 101001 |
Color Harmonies of #A74D29
Complementary color
Monochromatic Colors of #A74D29
Black with #A74D29
Text Example
Text Example
White with #A74D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74D29; }
p { color: rgb(167,77,41); }
H1.HeaderClassName
{
color: #A74D29;
}
.AnyTagClassName
{
color: #A74D29;
}
</style>
background-color css
<style>
a { background-color: #A74D29; }
a { background-color: rgb(167,77,41); }
div.DivClassName
{
background-color: #A74D29;
}
.BgClassName
{
background-color: #A74D29;
}
</style>
border-color css
<style>
span { border-color: #A74D29; }
span { border-color: rgb(167,77,41); }
td.TdClassName
{
border-color: #A74D29;
}
.TagClassName
{
border-color: #A74D29;
}
</style>