Shades of Old Rose #AF3844
Tints of Old Rose #AF3844
RGB
CMYK
RGB Variations
Color information
#AF3844 (or 0xAF3844) is known color: Old Rose. HEX triplet: AF, 38 and 44. RGB value is (175,56,68). Sum of RGB (Red+Green+Blue) = 175+56+68=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3844 is #50C7BB. Grayscale: #5D5D5D. Windows color (decimal): -5294012 or 4470959. OLE color: 4470959.
HSL color Cylindrical-coordinate representation of color #AF3844: hue angle of 353.95º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3844 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 68 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.31 |
| HSL | 353.95º | 0.52% | 0.45% | - |
| HSV(B) | 353.95º | 0.68% | 0.69% | - |
| XYZ | 20.14 | 12.36 | 6.79 | - |
| YUV | 92.95 | 113.92 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 68 | 0 | 0.68 | 0.61 | 0.31 | 353.95 | 0.52 | 0.45 |
| Hex | AF | 38 | 44 | 0 | 44 | 3D | 1F | 162 | 34 | 2D |
| Octal | 257 | 70 | 104 | 0 | 104 | 75 | 37 | 542 | 64 | 55 |
| Binary | 10101111 | 111000 | 1000100 | 0 | 1000100 | 111101 | 11111 | 101100010 | 110100 | 101101 |
Color Harmonies of #AF3844
Complementary color
Monochromatic Colors of #AF3844
Black with #AF3844
Text Example
Text Example
White with #AF3844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3844; }
p { color: rgb(175,56,68); }
H1.HeaderClassName
{
color: #AF3844;
}
.AnyTagClassName
{
color: #AF3844;
}
</style>
background-color css
<style>
a { background-color: #AF3844; }
a { background-color: rgb(175,56,68); }
div.DivClassName
{
background-color: #AF3844;
}
.BgClassName
{
background-color: #AF3844;
}
</style>
border-color css
<style>
span { border-color: #AF3844; }
span { border-color: rgb(175,56,68); }
td.TdClassName
{
border-color: #AF3844;
}
.TagClassName
{
border-color: #AF3844;
}
</style>