Shades of Old Rose #AF3247
Tints of Old Rose #AF3247
RGB
CMYK
RGB Variations
Color information
#AF3247 (or 0xAF3247) is known color: Old Rose. HEX triplet: AF, 32 and 47. RGB value is (175,50,71). Sum of RGB (Red+Green+Blue) = 175+50+71=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3247 is #50CDB8. Grayscale: #595959. Windows color (decimal): -5295545 or 4666031. OLE color: 4666031.
HSL color Cylindrical-coordinate representation of color #AF3247: hue angle of 349.92º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3247 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 71 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.31 |
| HSL | 349.92º | 0.56% | 0.44% | - |
| HSV(B) | 349.92º | 0.71% | 0.69% | - |
| XYZ | 19.96 | 11.85 | 7.2 | - |
| YUV | 89.77 | 117.41 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 71 | 0 | 0.71 | 0.59 | 0.31 | 349.92 | 0.56 | 0.44 |
| Hex | AF | 32 | 47 | 0 | 47 | 3B | 1F | 15E | 38 | 2C |
| Octal | 257 | 62 | 107 | 0 | 107 | 73 | 37 | 536 | 70 | 54 |
| Binary | 10101111 | 110010 | 1000111 | 0 | 1000111 | 111011 | 11111 | 101011110 | 111000 | 101100 |
Color Harmonies of #AF3247
Complementary color
Monochromatic Colors of #AF3247
Black with #AF3247
Text Example
Text Example
White with #AF3247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3247; }
p { color: rgb(175,50,71); }
H1.HeaderClassName
{
color: #AF3247;
}
.AnyTagClassName
{
color: #AF3247;
}
</style>
background-color css
<style>
a { background-color: #AF3247; }
a { background-color: rgb(175,50,71); }
div.DivClassName
{
background-color: #AF3247;
}
.BgClassName
{
background-color: #AF3247;
}
</style>
border-color css
<style>
span { border-color: #AF3247; }
span { border-color: rgb(175,50,71); }
td.TdClassName
{
border-color: #AF3247;
}
.TagClassName
{
border-color: #AF3247;
}
</style>