Shades of Rose Of Sharon #A8512F
Tints of Rose Of Sharon #A8512F
RGB
CMYK
RGB Variations
Color information
#A8512F (or 0xA8512F) is known color: Rose Of Sharon. HEX triplet: A8, 51 and 2F. RGB value is (168,81,47). Sum of RGB (Red+Green+Blue) = 168+81+47=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8512F is #57AED0. Grayscale: #676767. Windows color (decimal): -5746385 or 3101096. OLE color: 3101096.
HSL color Cylindrical-coordinate representation of color #A8512F: hue angle of 16.86º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8512F is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 81 | 47 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.34 |
| HSL | 16.86º | 0.56% | 0.42% | - |
| HSV(B) | 16.86º | 0.72% | 0.66% | - |
| XYZ | 19.6 | 14.41 | 4.44 | - |
| YUV | 103.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 47 | 0 | 0.52 | 0.72 | 0.34 | 16.86 | 0.56 | 0.42 |
| Hex | A8 | 51 | 2F | 0 | 34 | 48 | 22 | 11 | 38 | 2A |
| Octal | 250 | 121 | 57 | 0 | 64 | 110 | 42 | 21 | 70 | 52 |
| Binary | 10101000 | 1010001 | 101111 | 0 | 110100 | 1001000 | 100010 | 10001 | 111000 | 101010 |
Color Harmonies of #A8512F
Complementary color
Monochromatic Colors of #A8512F
Black with #A8512F
Text Example
Text Example
White with #A8512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8512F; }
p { color: rgb(168,81,47); }
H1.HeaderClassName
{
color: #A8512F;
}
.AnyTagClassName
{
color: #A8512F;
}
</style>
background-color css
<style>
a { background-color: #A8512F; }
a { background-color: rgb(168,81,47); }
div.DivClassName
{
background-color: #A8512F;
}
.BgClassName
{
background-color: #A8512F;
}
</style>
border-color css
<style>
span { border-color: #A8512F; }
span { border-color: rgb(168,81,47); }
td.TdClassName
{
border-color: #A8512F;
}
.TagClassName
{
border-color: #A8512F;
}
</style>