Shades of Turkish Rose #AF686B
Tints of Turkish Rose #AF686B
RGB
CMYK
RGB Variations
Color information
#AF686B (or 0xAF686B) is known color: Turkish Rose. HEX triplet: AF, 68 and 6B. RGB value is (175,104,107). Sum of RGB (Red+Green+Blue) = 175+104+107=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF686B is #509794. Grayscale: #7D7D7D. Windows color (decimal): -5281685 or 7039151. OLE color: 7039151.
HSL color Cylindrical-coordinate representation of color #AF686B: hue angle of 357.46º 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 #AF686B is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 107 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.31 |
| HSL | 357.46º | 0.31% | 0.55% | - |
| HSV(B) | 357.46º | 0.41% | 0.69% | - |
| XYZ | 25.28 | 20.08 | 16.45 | - |
| YUV | 125.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 107 | 0 | 0.41 | 0.39 | 0.31 | 357.46 | 0.31 | 0.55 |
| Hex | AF | 68 | 6B | 0 | 29 | 27 | 1F | 165 | 1F | 37 |
| Octal | 257 | 150 | 153 | 0 | 51 | 47 | 37 | 545 | 37 | 67 |
| Binary | 10101111 | 1101000 | 1101011 | 0 | 101001 | 100111 | 11111 | 101100101 | 11111 | 110111 |
Color Harmonies of #AF686B
Complementary color
Monochromatic Colors of #AF686B
Black with #AF686B
Text Example
Text Example
White with #AF686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF686B; }
p { color: rgb(175,104,107); }
H1.HeaderClassName
{
color: #AF686B;
}
.AnyTagClassName
{
color: #AF686B;
}
</style>
background-color css
<style>
a { background-color: #AF686B; }
a { background-color: rgb(175,104,107); }
div.DivClassName
{
background-color: #AF686B;
}
.BgClassName
{
background-color: #AF686B;
}
</style>
border-color css
<style>
span { border-color: #AF686B; }
span { border-color: rgb(175,104,107); }
td.TdClassName
{
border-color: #AF686B;
}
.TagClassName
{
border-color: #AF686B;
}
</style>