Shades of Turkish Rose #AF686C
Tints of Turkish Rose #AF686C
RGB
CMYK
RGB Variations
Color information
#AF686C (or 0xAF686C) is known color: Turkish Rose. HEX triplet: AF, 68 and 6C. RGB value is (175,104,108). Sum of RGB (Red+Green+Blue) = 175+104+108=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF686C is #509793. Grayscale: #7D7D7D. Windows color (decimal): -5281684 or 7104687. OLE color: 7104687.
HSL color Cylindrical-coordinate representation of color #AF686C: hue angle of 356.62º 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 #AF686C is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 108 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.31 |
| HSL | 356.62º | 0.31% | 0.55% | - |
| HSV(B) | 356.62º | 0.41% | 0.69% | - |
| XYZ | 25.34 | 20.1 | 16.73 | - |
| YUV | 125.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 108 | 0 | 0.41 | 0.38 | 0.31 | 356.62 | 0.31 | 0.55 |
| Hex | AF | 68 | 6C | 0 | 29 | 26 | 1F | 165 | 1F | 37 |
| Octal | 257 | 150 | 154 | 0 | 51 | 46 | 37 | 545 | 37 | 67 |
| Binary | 10101111 | 1101000 | 1101100 | 0 | 101001 | 100110 | 11111 | 101100101 | 11111 | 110111 |
Color Harmonies of #AF686C
Complementary color
Monochromatic Colors of #AF686C
Black with #AF686C
Text Example
Text Example
White with #AF686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF686C; }
p { color: rgb(175,104,108); }
H1.HeaderClassName
{
color: #AF686C;
}
.AnyTagClassName
{
color: #AF686C;
}
</style>
background-color css
<style>
a { background-color: #AF686C; }
a { background-color: rgb(175,104,108); }
div.DivClassName
{
background-color: #AF686C;
}
.BgClassName
{
background-color: #AF686C;
}
</style>
border-color css
<style>
span { border-color: #AF686C; }
span { border-color: rgb(175,104,108); }
td.TdClassName
{
border-color: #AF686C;
}
.TagClassName
{
border-color: #AF686C;
}
</style>