Shades of Old Rose #AF343F
Tints of Old Rose #AF343F
RGB
CMYK
RGB Variations
Color information
#AF343F (or 0xAF343F) is known color: Old Rose. HEX triplet: AF, 34 and 3F. RGB value is (175,52,63). Sum of RGB (Red+Green+Blue) = 175+52+63=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF343F is #50CBC0. Grayscale: #5A5A5A. Windows color (decimal): -5295041 or 4142255. OLE color: 4142255.
HSL color Cylindrical-coordinate representation of color #AF343F: hue angle of 354.63º 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 #AF343F is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 63 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.31 |
| HSL | 354.63º | 0.54% | 0.45% | - |
| HSV(B) | 354.63º | 0.7% | 0.69% | - |
| XYZ | 19.8 | 11.93 | 5.96 | - |
| YUV | 90.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 63 | 0 | 0.70 | 0.64 | 0.31 | 354.63 | 0.54 | 0.45 |
| Hex | AF | 34 | 3F | 0 | 46 | 40 | 1F | 163 | 36 | 2D |
| Octal | 257 | 64 | 77 | 0 | 106 | 100 | 37 | 543 | 66 | 55 |
| Binary | 10101111 | 110100 | 111111 | 0 | 1000110 | 1000000 | 11111 | 101100011 | 110110 | 101101 |
Color Harmonies of #AF343F
Complementary color
Monochromatic Colors of #AF343F
Black with #AF343F
Text Example
Text Example
White with #AF343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF343F; }
p { color: rgb(175,52,63); }
H1.HeaderClassName
{
color: #AF343F;
}
.AnyTagClassName
{
color: #AF343F;
}
</style>
background-color css
<style>
a { background-color: #AF343F; }
a { background-color: rgb(175,52,63); }
div.DivClassName
{
background-color: #AF343F;
}
.BgClassName
{
background-color: #AF343F;
}
</style>
border-color css
<style>
span { border-color: #AF343F; }
span { border-color: rgb(175,52,63); }
td.TdClassName
{
border-color: #AF343F;
}
.TagClassName
{
border-color: #AF343F;
}
</style>