Shades of Old Rose #AF3444
Tints of Old Rose #AF3444
RGB
CMYK
RGB Variations
Color information
#AF3444 (or 0xAF3444) is known color: Old Rose. HEX triplet: AF, 34 and 44. RGB value is (175,52,68). Sum of RGB (Red+Green+Blue) = 175+52+68=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3444 is #50CBBB. Grayscale: #5A5A5A. Windows color (decimal): -5295036 or 4469935. OLE color: 4469935.
HSL color Cylindrical-coordinate representation of color #AF3444: hue angle of 352.2º 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 #AF3444 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 68 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.31 |
| HSL | 352.2º | 0.54% | 0.45% | - |
| HSV(B) | 352.2º | 0.7% | 0.69% | - |
| XYZ | 19.95 | 11.99 | 6.73 | - |
| YUV | 90.6 | 115.25 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 68 | 0 | 0.70 | 0.61 | 0.31 | 352.2 | 0.54 | 0.45 |
| Hex | AF | 34 | 44 | 0 | 46 | 3D | 1F | 160 | 36 | 2D |
| Octal | 257 | 64 | 104 | 0 | 106 | 75 | 37 | 540 | 66 | 55 |
| Binary | 10101111 | 110100 | 1000100 | 0 | 1000110 | 111101 | 11111 | 101100000 | 110110 | 101101 |
Color Harmonies of #AF3444
Complementary color
Monochromatic Colors of #AF3444
Black with #AF3444
Text Example
Text Example
White with #AF3444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3444; }
p { color: rgb(175,52,68); }
H1.HeaderClassName
{
color: #AF3444;
}
.AnyTagClassName
{
color: #AF3444;
}
</style>
background-color css
<style>
a { background-color: #AF3444; }
a { background-color: rgb(175,52,68); }
div.DivClassName
{
background-color: #AF3444;
}
.BgClassName
{
background-color: #AF3444;
}
</style>
border-color css
<style>
span { border-color: #AF3444; }
span { border-color: rgb(175,52,68); }
td.TdClassName
{
border-color: #AF3444;
}
.TagClassName
{
border-color: #AF3444;
}
</style>