Shades of Rose Of Sharon #A8522A
Tints of Rose Of Sharon #A8522A
RGB
CMYK
RGB Variations
Color information
#A8522A (or 0xA8522A) is known color: Rose Of Sharon. HEX triplet: A8, 52 and 2A. RGB value is (168,82,42). Sum of RGB (Red+Green+Blue) = 168+82+42=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A8522A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8522A is #57ADD5. Grayscale: #676767. Windows color (decimal): -5746134 or 2773672. OLE color: 2773672.
HSL color Cylindrical-coordinate representation of color #A8522A: hue angle of 19.05º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8522A is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 42 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.34 |
| HSL | 19.05º | 0.6% | 0.41% | - |
| HSV(B) | 19.05º | 0.75% | 0.66% | - |
| XYZ | 19.58 | 14.53 | 3.96 | - |
| YUV | 103.15 | 93.49 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 42 | 0 | 0.51 | 0.75 | 0.34 | 19.05 | 0.6 | 0.41 |
| Hex | A8 | 52 | 2A | 0 | 33 | 4B | 22 | 13 | 3C | 29 |
| Octal | 250 | 122 | 52 | 0 | 63 | 113 | 42 | 23 | 74 | 51 |
| Binary | 10101000 | 1010010 | 101010 | 0 | 110011 | 1001011 | 100010 | 10011 | 111100 | 101001 |
Color Harmonies of #A8522A
Complementary color
Monochromatic Colors of #A8522A
Black with #A8522A
Text Example
Text Example
White with #A8522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8522A; }
p { color: rgb(168,82,42); }
H1.HeaderClassName
{
color: #A8522A;
}
.AnyTagClassName
{
color: #A8522A;
}
</style>
background-color css
<style>
a { background-color: #A8522A; }
a { background-color: rgb(168,82,42); }
div.DivClassName
{
background-color: #A8522A;
}
.BgClassName
{
background-color: #A8522A;
}
</style>
border-color css
<style>
span { border-color: #A8522A; }
span { border-color: rgb(168,82,42); }
td.TdClassName
{
border-color: #A8522A;
}
.TagClassName
{
border-color: #A8522A;
}
</style>