Shades of Old Rose #AF3547
Tints of Old Rose #AF3547
RGB
CMYK
RGB Variations
Color information
#AF3547 (or 0xAF3547) is known color: Old Rose. HEX triplet: AF, 35 and 47. RGB value is (175,53,71). Sum of RGB (Red+Green+Blue) = 175+53+71=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3547 is #50CAB8. Grayscale: #5B5B5B. Windows color (decimal): -5294777 or 4666799. OLE color: 4666799.
HSL color Cylindrical-coordinate representation of color #AF3547: hue angle of 351.15º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3547 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 71 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.31 |
| HSL | 351.15º | 0.54% | 0.45% | - |
| HSV(B) | 351.15º | 0.7% | 0.69% | - |
| XYZ | 20.09 | 12.12 | 7.24 | - |
| YUV | 91.53 | 116.42 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 71 | 0 | 0.70 | 0.59 | 0.31 | 351.15 | 0.54 | 0.45 |
| Hex | AF | 35 | 47 | 0 | 46 | 3B | 1F | 15F | 36 | 2D |
| Octal | 257 | 65 | 107 | 0 | 106 | 73 | 37 | 537 | 66 | 55 |
| Binary | 10101111 | 110101 | 1000111 | 0 | 1000110 | 111011 | 11111 | 101011111 | 110110 | 101101 |
Color Harmonies of #AF3547
Complementary color
Monochromatic Colors of #AF3547
Black with #AF3547
Text Example
Text Example
White with #AF3547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3547; }
p { color: rgb(175,53,71); }
H1.HeaderClassName
{
color: #AF3547;
}
.AnyTagClassName
{
color: #AF3547;
}
</style>
background-color css
<style>
a { background-color: #AF3547; }
a { background-color: rgb(175,53,71); }
div.DivClassName
{
background-color: #AF3547;
}
.BgClassName
{
background-color: #AF3547;
}
</style>
border-color css
<style>
span { border-color: #AF3547; }
span { border-color: rgb(175,53,71); }
td.TdClassName
{
border-color: #AF3547;
}
.TagClassName
{
border-color: #AF3547;
}
</style>