Shades of Rose Of Sharon #A8492E
Tints of Rose Of Sharon #A8492E
RGB
CMYK
RGB Variations
Color information
#A8492E (or 0xA8492E) is known color: Rose Of Sharon. HEX triplet: A8, 49 and 2E. RGB value is (168,73,46). Sum of RGB (Red+Green+Blue) = 168+73+46=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A8492E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8492E is #57B6D1. Grayscale: #626262. Windows color (decimal): -5748434 or 3033512. OLE color: 3033512.
HSL color Cylindrical-coordinate representation of color #A8492E: hue angle of 13.28º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8492E is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 46 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.34 |
| HSL | 13.28º | 0.57% | 0.42% | - |
| HSV(B) | 13.28º | 0.73% | 0.66% | - |
| XYZ | 19.02 | 13.29 | 4.15 | - |
| YUV | 98.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 46 | 0 | 0.57 | 0.73 | 0.34 | 13.28 | 0.57 | 0.42 |
| Hex | A8 | 49 | 2E | 0 | 39 | 49 | 22 | D | 39 | 2A |
| Octal | 250 | 111 | 56 | 0 | 71 | 111 | 42 | 15 | 71 | 52 |
| Binary | 10101000 | 1001001 | 101110 | 0 | 111001 | 1001001 | 100010 | 1101 | 111001 | 101010 |
Color Harmonies of #A8492E
Complementary color
Monochromatic Colors of #A8492E
Black with #A8492E
Text Example
Text Example
White with #A8492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8492E; }
p { color: rgb(168,73,46); }
H1.HeaderClassName
{
color: #A8492E;
}
.AnyTagClassName
{
color: #A8492E;
}
</style>
background-color css
<style>
a { background-color: #A8492E; }
a { background-color: rgb(168,73,46); }
div.DivClassName
{
background-color: #A8492E;
}
.BgClassName
{
background-color: #A8492E;
}
</style>
border-color css
<style>
span { border-color: #A8492E; }
span { border-color: rgb(168,73,46); }
td.TdClassName
{
border-color: #A8492E;
}
.TagClassName
{
border-color: #A8492E;
}
</style>