Shades of Rose Of Sharon #AF512B
Tints of Rose Of Sharon #AF512B
RGB
CMYK
RGB Variations
Color information
#AF512B (or 0xAF512B) is known color: Rose Of Sharon. HEX triplet: AF, 51 and 2B. RGB value is (175,81,43). Sum of RGB (Red+Green+Blue) = 175+81+43=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF512B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF512B is #50AED4. Grayscale: #696969. Windows color (decimal): -5287637 or 2838959. OLE color: 2838959.
HSL color Cylindrical-coordinate representation of color #AF512B: hue angle of 17.27º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF512B is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 43 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.31 |
| HSL | 17.27º | 0.61% | 0.43% | - |
| HSV(B) | 17.27º | 0.75% | 0.69% | - |
| XYZ | 21.06 | 15.17 | 4.1 | - |
| YUV | 104.77 | 93.14 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 43 | 0 | 0.54 | 0.75 | 0.31 | 17.27 | 0.61 | 0.43 |
| Hex | AF | 51 | 2B | 0 | 36 | 4B | 1F | 11 | 3D | 2B |
| Octal | 257 | 121 | 53 | 0 | 66 | 113 | 37 | 21 | 75 | 53 |
| Binary | 10101111 | 1010001 | 101011 | 0 | 110110 | 1001011 | 11111 | 10001 | 111101 | 101011 |
Color Harmonies of #AF512B
Complementary color
Monochromatic Colors of #AF512B
Black with #AF512B
Text Example
Text Example
White with #AF512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF512B; }
p { color: rgb(175,81,43); }
H1.HeaderClassName
{
color: #AF512B;
}
.AnyTagClassName
{
color: #AF512B;
}
</style>
background-color css
<style>
a { background-color: #AF512B; }
a { background-color: rgb(175,81,43); }
div.DivClassName
{
background-color: #AF512B;
}
.BgClassName
{
background-color: #AF512B;
}
</style>
border-color css
<style>
span { border-color: #AF512B; }
span { border-color: rgb(175,81,43); }
td.TdClassName
{
border-color: #AF512B;
}
.TagClassName
{
border-color: #AF512B;
}
</style>