Shades of Rose Of Sharon #A8552B
Tints of Rose Of Sharon #A8552B
RGB
CMYK
RGB Variations
Color information
#A8552B (or 0xA8552B) is known color: Rose Of Sharon. HEX triplet: A8, 55 and 2B. RGB value is (168,85,43). Sum of RGB (Red+Green+Blue) = 168+85+43=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8552B is #57AAD4. Grayscale: #696969. Windows color (decimal): -5745365 or 2839976. OLE color: 2839976.
HSL color Cylindrical-coordinate representation of color #A8552B: hue angle of 20.16º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8552B is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 43 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.34 |
| HSL | 20.16º | 0.59% | 0.41% | - |
| HSV(B) | 20.16º | 0.74% | 0.66% | - |
| XYZ | 19.83 | 15 | 4.13 | - |
| YUV | 105.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 43 | 0 | 0.49 | 0.74 | 0.34 | 20.16 | 0.59 | 0.41 |
| Hex | A8 | 55 | 2B | 0 | 31 | 4A | 22 | 14 | 3B | 29 |
| Octal | 250 | 125 | 53 | 0 | 61 | 112 | 42 | 24 | 73 | 51 |
| Binary | 10101000 | 1010101 | 101011 | 0 | 110001 | 1001010 | 100010 | 10100 | 111011 | 101001 |
Color Harmonies of #A8552B
Complementary color
Monochromatic Colors of #A8552B
Black with #A8552B
Text Example
Text Example
White with #A8552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8552B; }
p { color: rgb(168,85,43); }
H1.HeaderClassName
{
color: #A8552B;
}
.AnyTagClassName
{
color: #A8552B;
}
</style>
background-color css
<style>
a { background-color: #A8552B; }
a { background-color: rgb(168,85,43); }
div.DivClassName
{
background-color: #A8552B;
}
.BgClassName
{
background-color: #A8552B;
}
</style>
border-color css
<style>
span { border-color: #A8552B; }
span { border-color: rgb(168,85,43); }
td.TdClassName
{
border-color: #A8552B;
}
.TagClassName
{
border-color: #A8552B;
}
</style>