Shades of Old Rose #AF3744
Tints of Old Rose #AF3744
RGB
CMYK
RGB Variations
Color information
#AF3744 (or 0xAF3744) is known color: Old Rose. HEX triplet: AF, 37 and 44. RGB value is (175,55,68). Sum of RGB (Red+Green+Blue) = 175+55+68=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3744 is #50C8BB. Grayscale: #5C5C5C. Windows color (decimal): -5294268 or 4470703. OLE color: 4470703.
HSL color Cylindrical-coordinate representation of color #AF3744: hue angle of 353.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3744 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 68 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.31 |
| HSL | 353.5º | 0.52% | 0.45% | - |
| HSV(B) | 353.5º | 0.69% | 0.69% | - |
| XYZ | 20.09 | 12.26 | 6.78 | - |
| YUV | 92.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 68 | 0 | 0.69 | 0.61 | 0.31 | 353.5 | 0.52 | 0.45 |
| Hex | AF | 37 | 44 | 0 | 45 | 3D | 1F | 162 | 34 | 2D |
| Octal | 257 | 67 | 104 | 0 | 105 | 75 | 37 | 542 | 64 | 55 |
| Binary | 10101111 | 110111 | 1000100 | 0 | 1000101 | 111101 | 11111 | 101100010 | 110100 | 101101 |
Color Harmonies of #AF3744
Complementary color
Monochromatic Colors of #AF3744
Black with #AF3744
Text Example
Text Example
White with #AF3744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3744; }
p { color: rgb(175,55,68); }
H1.HeaderClassName
{
color: #AF3744;
}
.AnyTagClassName
{
color: #AF3744;
}
</style>
background-color css
<style>
a { background-color: #AF3744; }
a { background-color: rgb(175,55,68); }
div.DivClassName
{
background-color: #AF3744;
}
.BgClassName
{
background-color: #AF3744;
}
</style>
border-color css
<style>
span { border-color: #AF3744; }
span { border-color: rgb(175,55,68); }
td.TdClassName
{
border-color: #AF3744;
}
.TagClassName
{
border-color: #AF3744;
}
</style>