Shades of Rose Of Sharon #AF492B
Tints of Rose Of Sharon #AF492B
RGB
CMYK
RGB Variations
Color information
#AF492B (or 0xAF492B) is known color: Rose Of Sharon. HEX triplet: AF, 49 and 2B. RGB value is (175,73,43). Sum of RGB (Red+Green+Blue) = 175+73+43=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF492B is #50B6D4. Grayscale: #646464. Windows color (decimal): -5289685 or 2836911. OLE color: 2836911.
HSL color Cylindrical-coordinate representation of color #AF492B: hue angle of 13.64º 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 #AF492B is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 43 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.31 |
| HSL | 13.64º | 0.61% | 0.43% | - |
| HSV(B) | 13.64º | 0.75% | 0.69% | - |
| XYZ | 20.5 | 14.05 | 3.92 | - |
| YUV | 100.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 43 | 0 | 0.58 | 0.75 | 0.31 | 13.64 | 0.61 | 0.43 |
| Hex | AF | 49 | 2B | 0 | 3A | 4B | 1F | E | 3D | 2B |
| Octal | 257 | 111 | 53 | 0 | 72 | 113 | 37 | 16 | 75 | 53 |
| Binary | 10101111 | 1001001 | 101011 | 0 | 111010 | 1001011 | 11111 | 1110 | 111101 | 101011 |
Color Harmonies of #AF492B
Complementary color
Monochromatic Colors of #AF492B
Black with #AF492B
Text Example
Text Example
White with #AF492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF492B; }
p { color: rgb(175,73,43); }
H1.HeaderClassName
{
color: #AF492B;
}
.AnyTagClassName
{
color: #AF492B;
}
</style>
background-color css
<style>
a { background-color: #AF492B; }
a { background-color: rgb(175,73,43); }
div.DivClassName
{
background-color: #AF492B;
}
.BgClassName
{
background-color: #AF492B;
}
</style>
border-color css
<style>
span { border-color: #AF492B; }
span { border-color: rgb(175,73,43); }
td.TdClassName
{
border-color: #AF492B;
}
.TagClassName
{
border-color: #AF492B;
}
</style>