Shades of Rose Of Sharon #A7522D
Tints of Rose Of Sharon #A7522D
RGB
CMYK
RGB Variations
Color information
#A7522D (or 0xA7522D) is known color: Rose Of Sharon. HEX triplet: A7, 52 and 2D. RGB value is (167,82,45). Sum of RGB (Red+Green+Blue) = 167+82+45=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A7522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7522D is #58ADD2. Grayscale: #676767. Windows color (decimal): -5811667 or 2970279. OLE color: 2970279.
HSL color Cylindrical-coordinate representation of color #A7522D: hue angle of 18.2º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7522D is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 82 | 45 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.35 |
| HSL | 18.2º | 0.58% | 0.42% | - |
| HSV(B) | 18.2º | 0.73% | 0.65% | - |
| XYZ | 19.43 | 14.44 | 4.25 | - |
| YUV | 103.2 | 95.16 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 45 | 0 | 0.51 | 0.73 | 0.35 | 18.2 | 0.58 | 0.42 |
| Hex | A7 | 52 | 2D | 0 | 33 | 49 | 23 | 12 | 3A | 2A |
| Octal | 247 | 122 | 55 | 0 | 63 | 111 | 43 | 22 | 72 | 52 |
| Binary | 10100111 | 1010010 | 101101 | 0 | 110011 | 1001001 | 100011 | 10010 | 111010 | 101010 |
Color Harmonies of #A7522D
Complementary color
Monochromatic Colors of #A7522D
Black with #A7522D
Text Example
Text Example
White with #A7522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7522D; }
p { color: rgb(167,82,45); }
H1.HeaderClassName
{
color: #A7522D;
}
.AnyTagClassName
{
color: #A7522D;
}
</style>
background-color css
<style>
a { background-color: #A7522D; }
a { background-color: rgb(167,82,45); }
div.DivClassName
{
background-color: #A7522D;
}
.BgClassName
{
background-color: #A7522D;
}
</style>
border-color css
<style>
span { border-color: #A7522D; }
span { border-color: rgb(167,82,45); }
td.TdClassName
{
border-color: #A7522D;
}
.TagClassName
{
border-color: #A7522D;
}
</style>