Shades of Rose Of Sharon #AF4931
Tints of Rose Of Sharon #AF4931
RGB
CMYK
RGB Variations
Color information
#AF4931 (or 0xAF4931) is known color: Rose Of Sharon. HEX triplet: AF, 49 and 31. RGB value is (175,73,49). Sum of RGB (Red+Green+Blue) = 175+73+49=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4931 is #50B6CE. Grayscale: #646464. Windows color (decimal): -5289679 or 3230127. OLE color: 3230127.
HSL color Cylindrical-coordinate representation of color #AF4931: hue angle of 11.43º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF4931 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 49 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.31 |
| HSL | 11.43º | 0.56% | 0.44% | - |
| HSV(B) | 11.43º | 0.72% | 0.69% | - |
| XYZ | 20.62 | 14.1 | 4.54 | - |
| YUV | 100.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 49 | 0 | 0.58 | 0.72 | 0.31 | 11.43 | 0.56 | 0.44 |
| Hex | AF | 49 | 31 | 0 | 3A | 48 | 1F | B | 38 | 2C |
| Octal | 257 | 111 | 61 | 0 | 72 | 110 | 37 | 13 | 70 | 54 |
| Binary | 10101111 | 1001001 | 110001 | 0 | 111010 | 1001000 | 11111 | 1011 | 111000 | 101100 |
Color Harmonies of #AF4931
Complementary color
Monochromatic Colors of #AF4931
Black with #AF4931
Text Example
Text Example
White with #AF4931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4931; }
p { color: rgb(175,73,49); }
H1.HeaderClassName
{
color: #AF4931;
}
.AnyTagClassName
{
color: #AF4931;
}
</style>
background-color css
<style>
a { background-color: #AF4931; }
a { background-color: rgb(175,73,49); }
div.DivClassName
{
background-color: #AF4931;
}
.BgClassName
{
background-color: #AF4931;
}
</style>
border-color css
<style>
span { border-color: #AF4931; }
span { border-color: rgb(175,73,49); }
td.TdClassName
{
border-color: #AF4931;
}
.TagClassName
{
border-color: #AF4931;
}
</style>