Shades of Old Rose #AF3944
Tints of Old Rose #AF3944
RGB
CMYK
RGB Variations
Color information
#AF3944 (or 0xAF3944) is known color: Old Rose. HEX triplet: AF, 39 and 44. RGB value is (175,57,68). Sum of RGB (Red+Green+Blue) = 175+57+68=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3944 is #50C6BB. Grayscale: #5D5D5D. Windows color (decimal): -5293756 or 4471215. OLE color: 4471215.
HSL color Cylindrical-coordinate representation of color #AF3944: hue angle of 354.41º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3944 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 68 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.31 |
| HSL | 354.41º | 0.51% | 0.45% | - |
| HSV(B) | 354.41º | 0.67% | 0.69% | - |
| XYZ | 20.19 | 12.46 | 6.81 | - |
| YUV | 93.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 68 | 0 | 0.67 | 0.61 | 0.31 | 354.41 | 0.51 | 0.45 |
| Hex | AF | 39 | 44 | 0 | 43 | 3D | 1F | 162 | 33 | 2D |
| Octal | 257 | 71 | 104 | 0 | 103 | 75 | 37 | 542 | 63 | 55 |
| Binary | 10101111 | 111001 | 1000100 | 0 | 1000011 | 111101 | 11111 | 101100010 | 110011 | 101101 |
Color Harmonies of #AF3944
Complementary color
Monochromatic Colors of #AF3944
Black with #AF3944
Text Example
Text Example
White with #AF3944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3944; }
p { color: rgb(175,57,68); }
H1.HeaderClassName
{
color: #AF3944;
}
.AnyTagClassName
{
color: #AF3944;
}
</style>
background-color css
<style>
a { background-color: #AF3944; }
a { background-color: rgb(175,57,68); }
div.DivClassName
{
background-color: #AF3944;
}
.BgClassName
{
background-color: #AF3944;
}
</style>
border-color css
<style>
span { border-color: #AF3944; }
span { border-color: rgb(175,57,68); }
td.TdClassName
{
border-color: #AF3944;
}
.TagClassName
{
border-color: #AF3944;
}
</style>