Shades of Rose Of Sharon #AF502B
Tints of Rose Of Sharon #AF502B
RGB
CMYK
RGB Variations
Color information
#AF502B (or 0xAF502B) is known color: Rose Of Sharon. HEX triplet: AF, 50 and 2B. RGB value is (175,80,43). Sum of RGB (Red+Green+Blue) = 175+80+43=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF502B is #50AFD4. Grayscale: #686868. Windows color (decimal): -5287893 or 2838703. OLE color: 2838703.
HSL color Cylindrical-coordinate representation of color #AF502B: hue angle of 16.82º 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 #AF502B is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 43 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.31 |
| HSL | 16.82º | 0.61% | 0.43% | - |
| HSV(B) | 16.82º | 0.75% | 0.69% | - |
| XYZ | 20.98 | 15.03 | 4.08 | - |
| YUV | 104.19 | 93.47 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 43 | 0 | 0.54 | 0.75 | 0.31 | 16.82 | 0.61 | 0.43 |
| Hex | AF | 50 | 2B | 0 | 36 | 4B | 1F | 11 | 3D | 2B |
| Octal | 257 | 120 | 53 | 0 | 66 | 113 | 37 | 21 | 75 | 53 |
| Binary | 10101111 | 1010000 | 101011 | 0 | 110110 | 1001011 | 11111 | 10001 | 111101 | 101011 |
Color Harmonies of #AF502B
Complementary color
Monochromatic Colors of #AF502B
Black with #AF502B
Text Example
Text Example
White with #AF502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF502B; }
p { color: rgb(175,80,43); }
H1.HeaderClassName
{
color: #AF502B;
}
.AnyTagClassName
{
color: #AF502B;
}
</style>
background-color css
<style>
a { background-color: #AF502B; }
a { background-color: rgb(175,80,43); }
div.DivClassName
{
background-color: #AF502B;
}
.BgClassName
{
background-color: #AF502B;
}
</style>
border-color css
<style>
span { border-color: #AF502B; }
span { border-color: rgb(175,80,43); }
td.TdClassName
{
border-color: #AF502B;
}
.TagClassName
{
border-color: #AF502B;
}
</style>