Shades of Turkish Rose #AF686D
Tints of Turkish Rose #AF686D
RGB
CMYK
RGB Variations
Color information
#AF686D (or 0xAF686D) is known color: Turkish Rose. HEX triplet: AF, 68 and 6D. RGB value is (175,104,109). Sum of RGB (Red+Green+Blue) = 175+104+109=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF686D is #509792. Grayscale: #7D7D7D. Windows color (decimal): -5281683 or 7170223. OLE color: 7170223.
HSL color Cylindrical-coordinate representation of color #AF686D: hue angle of 355.77º 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 #AF686D is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 109 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.31 |
| HSL | 355.77º | 0.31% | 0.55% | - |
| HSV(B) | 355.77º | 0.41% | 0.69% | - |
| XYZ | 25.39 | 20.12 | 17.01 | - |
| YUV | 125.8 | 118.52 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 109 | 0 | 0.41 | 0.38 | 0.31 | 355.77 | 0.31 | 0.55 |
| Hex | AF | 68 | 6D | 0 | 29 | 26 | 1F | 164 | 1F | 37 |
| Octal | 257 | 150 | 155 | 0 | 51 | 46 | 37 | 544 | 37 | 67 |
| Binary | 10101111 | 1101000 | 1101101 | 0 | 101001 | 100110 | 11111 | 101100100 | 11111 | 110111 |
Color Harmonies of #AF686D
Complementary color
Monochromatic Colors of #AF686D
Black with #AF686D
Text Example
Text Example
White with #AF686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF686D; }
p { color: rgb(175,104,109); }
H1.HeaderClassName
{
color: #AF686D;
}
.AnyTagClassName
{
color: #AF686D;
}
</style>
background-color css
<style>
a { background-color: #AF686D; }
a { background-color: rgb(175,104,109); }
div.DivClassName
{
background-color: #AF686D;
}
.BgClassName
{
background-color: #AF686D;
}
</style>
border-color css
<style>
span { border-color: #AF686D; }
span { border-color: rgb(175,104,109); }
td.TdClassName
{
border-color: #AF686D;
}
.TagClassName
{
border-color: #AF686D;
}
</style>