Shades of Old Rose #AF3644
Tints of Old Rose #AF3644
RGB
CMYK
RGB Variations
Color information
#AF3644 (or 0xAF3644) is known color: Old Rose. HEX triplet: AF, 36 and 44. RGB value is (175,54,68). Sum of RGB (Red+Green+Blue) = 175+54+68=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3644 is #50C9BB. Grayscale: #5B5B5B. Windows color (decimal): -5294524 or 4470447. OLE color: 4470447.
HSL color Cylindrical-coordinate representation of color #AF3644: hue angle of 353.06º degrees, saturation: 0.53, 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 #AF3644 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 68 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.31 |
| HSL | 353.06º | 0.53% | 0.45% | - |
| HSV(B) | 353.06º | 0.69% | 0.69% | - |
| XYZ | 20.04 | 12.17 | 6.76 | - |
| YUV | 91.78 | 114.59 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 68 | 0 | 0.69 | 0.61 | 0.31 | 353.06 | 0.53 | 0.45 |
| Hex | AF | 36 | 44 | 0 | 45 | 3D | 1F | 161 | 35 | 2D |
| Octal | 257 | 66 | 104 | 0 | 105 | 75 | 37 | 541 | 65 | 55 |
| Binary | 10101111 | 110110 | 1000100 | 0 | 1000101 | 111101 | 11111 | 101100001 | 110101 | 101101 |
Color Harmonies of #AF3644
Complementary color
Monochromatic Colors of #AF3644
Black with #AF3644
Text Example
Text Example
White with #AF3644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3644; }
p { color: rgb(175,54,68); }
H1.HeaderClassName
{
color: #AF3644;
}
.AnyTagClassName
{
color: #AF3644;
}
</style>
background-color css
<style>
a { background-color: #AF3644; }
a { background-color: rgb(175,54,68); }
div.DivClassName
{
background-color: #AF3644;
}
.BgClassName
{
background-color: #AF3644;
}
</style>
border-color css
<style>
span { border-color: #AF3644; }
span { border-color: rgb(175,54,68); }
td.TdClassName
{
border-color: #AF3644;
}
.TagClassName
{
border-color: #AF3644;
}
</style>