Shades of Turkish Rose #AF686F
Tints of Turkish Rose #AF686F
RGB
CMYK
RGB Variations
Color information
#AF686F (or 0xAF686F) is known color: Turkish Rose. HEX triplet: AF, 68 and 6F. RGB value is (175,104,111). Sum of RGB (Red+Green+Blue) = 175+104+111=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF686F is #509790. Grayscale: #7E7E7E. Windows color (decimal): -5281681 or 7301295. OLE color: 7301295.
HSL color Cylindrical-coordinate representation of color #AF686F: hue angle of 354.08º 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 #AF686F is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 111 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.31 |
| HSL | 354.08º | 0.31% | 0.55% | - |
| HSV(B) | 354.08º | 0.41% | 0.69% | - |
| XYZ | 25.5 | 20.16 | 17.59 | - |
| YUV | 126.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 111 | 0 | 0.41 | 0.37 | 0.31 | 354.08 | 0.31 | 0.55 |
| Hex | AF | 68 | 6F | 0 | 29 | 25 | 1F | 162 | 1F | 37 |
| Octal | 257 | 150 | 157 | 0 | 51 | 45 | 37 | 542 | 37 | 67 |
| Binary | 10101111 | 1101000 | 1101111 | 0 | 101001 | 100101 | 11111 | 101100010 | 11111 | 110111 |
Color Harmonies of #AF686F
Complementary color
Monochromatic Colors of #AF686F
Black with #AF686F
Text Example
Text Example
White with #AF686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF686F; }
p { color: rgb(175,104,111); }
H1.HeaderClassName
{
color: #AF686F;
}
.AnyTagClassName
{
color: #AF686F;
}
</style>
background-color css
<style>
a { background-color: #AF686F; }
a { background-color: rgb(175,104,111); }
div.DivClassName
{
background-color: #AF686F;
}
.BgClassName
{
background-color: #AF686F;
}
</style>
border-color css
<style>
span { border-color: #AF686F; }
span { border-color: rgb(175,104,111); }
td.TdClassName
{
border-color: #AF686F;
}
.TagClassName
{
border-color: #AF686F;
}
</style>