Shades of Turkish Rose #AF6870
Tints of Turkish Rose #AF6870
RGB
CMYK
RGB Variations
Color information
#AF6870 (or 0xAF6870) is known color: Turkish Rose. HEX triplet: AF, 68 and 70. RGB value is (175,104,112). Sum of RGB (Red+Green+Blue) = 175+104+112=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6870 is #50978F. Grayscale: #7E7E7E. Windows color (decimal): -5281680 or 7366831. OLE color: 7366831.
HSL color Cylindrical-coordinate representation of color #AF6870: hue angle of 353.24º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6870 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 112 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.31 |
| HSL | 353.24º | 0.31% | 0.55% | - |
| HSV(B) | 353.24º | 0.41% | 0.69% | - |
| XYZ | 25.55 | 20.18 | 17.88 | - |
| YUV | 126.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 112 | 0 | 0.41 | 0.36 | 0.31 | 353.24 | 0.31 | 0.55 |
| Hex | AF | 68 | 70 | 0 | 29 | 24 | 1F | 161 | 1F | 37 |
| Octal | 257 | 150 | 160 | 0 | 51 | 44 | 37 | 541 | 37 | 67 |
| Binary | 10101111 | 1101000 | 1110000 | 0 | 101001 | 100100 | 11111 | 101100001 | 11111 | 110111 |
Color Harmonies of #AF6870
Complementary color
Monochromatic Colors of #AF6870
Black with #AF6870
Text Example
Text Example
White with #AF6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6870; }
p { color: rgb(175,104,112); }
H1.HeaderClassName
{
color: #AF6870;
}
.AnyTagClassName
{
color: #AF6870;
}
</style>
background-color css
<style>
a { background-color: #AF6870; }
a { background-color: rgb(175,104,112); }
div.DivClassName
{
background-color: #AF6870;
}
.BgClassName
{
background-color: #AF6870;
}
</style>
border-color css
<style>
span { border-color: #AF6870; }
span { border-color: rgb(175,104,112); }
td.TdClassName
{
border-color: #AF6870;
}
.TagClassName
{
border-color: #AF6870;
}
</style>