Shades of Rose Of Sharon #A9552B
Tints of Rose Of Sharon #A9552B
RGB
CMYK
RGB Variations
Color information
#A9552B (or 0xA9552B) is known color: Rose Of Sharon. HEX triplet: A9, 55 and 2B. RGB value is (169,85,43). Sum of RGB (Red+Green+Blue) = 169+85+43=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A9552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9552B is #56AAD4. Grayscale: #696969. Windows color (decimal): -5679829 or 2839977. OLE color: 2839977.
HSL color Cylindrical-coordinate representation of color #A9552B: hue angle of 20º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9552B is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 85 | 43 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.34 |
| HSL | 20º | 0.59% | 0.42% | - |
| HSV(B) | 20º | 0.75% | 0.66% | - |
| XYZ | 20.05 | 15.11 | 4.14 | - |
| YUV | 105.33 | 92.83 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 85 | 43 | 0 | 0.50 | 0.75 | 0.34 | 20 | 0.59 | 0.42 |
| Hex | A9 | 55 | 2B | 0 | 32 | 4B | 22 | 14 | 3B | 2A |
| Octal | 251 | 125 | 53 | 0 | 62 | 113 | 42 | 24 | 73 | 52 |
| Binary | 10101001 | 1010101 | 101011 | 0 | 110010 | 1001011 | 100010 | 10100 | 111011 | 101010 |
Color Harmonies of #A9552B
Complementary color
Monochromatic Colors of #A9552B
Black with #A9552B
Text Example
Text Example
White with #A9552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9552B; }
p { color: rgb(169,85,43); }
H1.HeaderClassName
{
color: #A9552B;
}
.AnyTagClassName
{
color: #A9552B;
}
</style>
background-color css
<style>
a { background-color: #A9552B; }
a { background-color: rgb(169,85,43); }
div.DivClassName
{
background-color: #A9552B;
}
.BgClassName
{
background-color: #A9552B;
}
</style>
border-color css
<style>
span { border-color: #A9552B; }
span { border-color: rgb(169,85,43); }
td.TdClassName
{
border-color: #A9552B;
}
.TagClassName
{
border-color: #A9552B;
}
</style>