Shades of Rose Of Sharon #A7542B
Tints of Rose Of Sharon #A7542B
RGB
CMYK
RGB Variations
Color information
#A7542B (or 0xA7542B) is known color: Rose Of Sharon. HEX triplet: A7, 54 and 2B. RGB value is (167,84,43). Sum of RGB (Red+Green+Blue) = 167+84+43=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A7542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7542B is #58ABD4. Grayscale: #686868. Windows color (decimal): -5811157 or 2839719. OLE color: 2839719.
HSL color Cylindrical-coordinate representation of color #A7542B: hue angle of 19.84º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A7542B is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 84 | 43 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.35 |
| HSL | 19.84º | 0.59% | 0.41% | - |
| HSV(B) | 19.84º | 0.74% | 0.65% | - |
| XYZ | 19.54 | 14.73 | 4.1 | - |
| YUV | 104.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 84 | 43 | 0 | 0.50 | 0.74 | 0.35 | 19.84 | 0.59 | 0.41 |
| Hex | A7 | 54 | 2B | 0 | 32 | 4A | 23 | 14 | 3B | 29 |
| Octal | 247 | 124 | 53 | 0 | 62 | 112 | 43 | 24 | 73 | 51 |
| Binary | 10100111 | 1010100 | 101011 | 0 | 110010 | 1001010 | 100011 | 10100 | 111011 | 101001 |
Color Harmonies of #A7542B
Complementary color
Monochromatic Colors of #A7542B
Black with #A7542B
Text Example
Text Example
White with #A7542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7542B; }
p { color: rgb(167,84,43); }
H1.HeaderClassName
{
color: #A7542B;
}
.AnyTagClassName
{
color: #A7542B;
}
</style>
background-color css
<style>
a { background-color: #A7542B; }
a { background-color: rgb(167,84,43); }
div.DivClassName
{
background-color: #A7542B;
}
.BgClassName
{
background-color: #A7542B;
}
</style>
border-color css
<style>
span { border-color: #A7542B; }
span { border-color: rgb(167,84,43); }
td.TdClassName
{
border-color: #A7542B;
}
.TagClassName
{
border-color: #A7542B;
}
</style>