Shades of Turkish Rose #AF6D6F
Tints of Turkish Rose #AF6D6F
RGB
CMYK
RGB Variations
Color information
#AF6D6F (or 0xAF6D6F) is known color: Turkish Rose. HEX triplet: AF, 6D and 6F. RGB value is (175,109,111). Sum of RGB (Red+Green+Blue) = 175+109+111=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D6F is #509290. Grayscale: #818181. Windows color (decimal): -5280401 or 7302575. OLE color: 7302575.
HSL color Cylindrical-coordinate representation of color #AF6D6F: hue angle of 358.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6D6F is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 111 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.31 |
| HSL | 358.18º | 0.29% | 0.56% | - |
| HSV(B) | 358.18º | 0.38% | 0.69% | - |
| XYZ | 26.02 | 21.2 | 17.76 | - |
| YUV | 128.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 111 | 0 | 0.38 | 0.37 | 0.31 | 358.18 | 0.29 | 0.56 |
| Hex | AF | 6D | 6F | 0 | 26 | 25 | 1F | 166 | 1D | 38 |
| Octal | 257 | 155 | 157 | 0 | 46 | 45 | 37 | 546 | 35 | 70 |
| Binary | 10101111 | 1101101 | 1101111 | 0 | 100110 | 100101 | 11111 | 101100110 | 11101 | 111000 |
Color Harmonies of #AF6D6F
Complementary color
Monochromatic Colors of #AF6D6F
Black with #AF6D6F
Text Example
Text Example
White with #AF6D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D6F; }
p { color: rgb(175,109,111); }
H1.HeaderClassName
{
color: #AF6D6F;
}
.AnyTagClassName
{
color: #AF6D6F;
}
</style>
background-color css
<style>
a { background-color: #AF6D6F; }
a { background-color: rgb(175,109,111); }
div.DivClassName
{
background-color: #AF6D6F;
}
.BgClassName
{
background-color: #AF6D6F;
}
</style>
border-color css
<style>
span { border-color: #AF6D6F; }
span { border-color: rgb(175,109,111); }
td.TdClassName
{
border-color: #AF6D6F;
}
.TagClassName
{
border-color: #AF6D6F;
}
</style>