Shades of Turkish Rose #AF696C
Tints of Turkish Rose #AF696C
RGB
CMYK
RGB Variations
Color information
#AF696C (or 0xAF696C) is known color: Turkish Rose. HEX triplet: AF, 69 and 6C. RGB value is (175,105,108). Sum of RGB (Red+Green+Blue) = 175+105+108=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF696C is #509693. Grayscale: #7E7E7E. Windows color (decimal): -5281428 or 7104943. OLE color: 7104943.
HSL color Cylindrical-coordinate representation of color #AF696C: hue angle of 357.43º 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 #AF696C is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 108 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.31 |
| HSL | 357.43º | 0.3% | 0.55% | - |
| HSV(B) | 357.43º | 0.4% | 0.69% | - |
| XYZ | 25.44 | 20.3 | 16.76 | - |
| YUV | 126.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 108 | 0 | 0.40 | 0.38 | 0.31 | 357.43 | 0.3 | 0.55 |
| Hex | AF | 69 | 6C | 0 | 28 | 26 | 1F | 165 | 1E | 37 |
| Octal | 257 | 151 | 154 | 0 | 50 | 46 | 37 | 545 | 36 | 67 |
| Binary | 10101111 | 1101001 | 1101100 | 0 | 101000 | 100110 | 11111 | 101100101 | 11110 | 110111 |
Color Harmonies of #AF696C
Complementary color
Monochromatic Colors of #AF696C
Black with #AF696C
Text Example
Text Example
White with #AF696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF696C; }
p { color: rgb(175,105,108); }
H1.HeaderClassName
{
color: #AF696C;
}
.AnyTagClassName
{
color: #AF696C;
}
</style>
background-color css
<style>
a { background-color: #AF696C; }
a { background-color: rgb(175,105,108); }
div.DivClassName
{
background-color: #AF696C;
}
.BgClassName
{
background-color: #AF696C;
}
</style>
border-color css
<style>
span { border-color: #AF696C; }
span { border-color: rgb(175,105,108); }
td.TdClassName
{
border-color: #AF696C;
}
.TagClassName
{
border-color: #AF696C;
}
</style>