Shades of Turkish Rose #AF696F
Tints of Turkish Rose #AF696F
RGB
CMYK
RGB Variations
Color information
#AF696F (or 0xAF696F) is known color: Turkish Rose. HEX triplet: AF, 69 and 6F. RGB value is (175,105,111). Sum of RGB (Red+Green+Blue) = 175+105+111=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF696F is #509690. Grayscale: #7E7E7E. Windows color (decimal): -5281425 or 7301551. OLE color: 7301551.
HSL color Cylindrical-coordinate representation of color #AF696F: hue angle of 354.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF696F is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 111 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.31 |
| HSL | 354.86º | 0.3% | 0.55% | - |
| HSV(B) | 354.86º | 0.4% | 0.69% | - |
| XYZ | 25.6 | 20.36 | 17.62 | - |
| YUV | 126.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 111 | 0 | 0.40 | 0.37 | 0.31 | 354.86 | 0.3 | 0.55 |
| Hex | AF | 69 | 6F | 0 | 28 | 25 | 1F | 163 | 1E | 37 |
| Octal | 257 | 151 | 157 | 0 | 50 | 45 | 37 | 543 | 36 | 67 |
| Binary | 10101111 | 1101001 | 1101111 | 0 | 101000 | 100101 | 11111 | 101100011 | 11110 | 110111 |
Color Harmonies of #AF696F
Complementary color
Monochromatic Colors of #AF696F
Black with #AF696F
Text Example
Text Example
White with #AF696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF696F; }
p { color: rgb(175,105,111); }
H1.HeaderClassName
{
color: #AF696F;
}
.AnyTagClassName
{
color: #AF696F;
}
</style>
background-color css
<style>
a { background-color: #AF696F; }
a { background-color: rgb(175,105,111); }
div.DivClassName
{
background-color: #AF696F;
}
.BgClassName
{
background-color: #AF696F;
}
</style>
border-color css
<style>
span { border-color: #AF696F; }
span { border-color: rgb(175,105,111); }
td.TdClassName
{
border-color: #AF696F;
}
.TagClassName
{
border-color: #AF696F;
}
</style>