Shades of Turkish Rose #AF6C71
Tints of Turkish Rose #AF6C71
RGB
CMYK
RGB Variations
Color information
#AF6C71 (or 0xAF6C71) is known color: Turkish Rose. HEX triplet: AF, 6C and 71. RGB value is (175,108,113). Sum of RGB (Red+Green+Blue) = 175+108+113=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C71 is #50938E. Grayscale: #808080. Windows color (decimal): -5280655 or 7433391. OLE color: 7433391.
HSL color Cylindrical-coordinate representation of color #AF6C71: hue angle of 355.52º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6C71 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 113 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.31 |
| HSL | 355.52º | 0.3% | 0.55% | - |
| HSV(B) | 355.52º | 0.38% | 0.69% | - |
| XYZ | 26.02 | 21.03 | 18.31 | - |
| YUV | 128.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 113 | 0 | 0.38 | 0.35 | 0.31 | 355.52 | 0.3 | 0.55 |
| Hex | AF | 6C | 71 | 0 | 26 | 23 | 1F | 164 | 1E | 37 |
| Octal | 257 | 154 | 161 | 0 | 46 | 43 | 37 | 544 | 36 | 67 |
| Binary | 10101111 | 1101100 | 1110001 | 0 | 100110 | 100011 | 11111 | 101100100 | 11110 | 110111 |
Color Harmonies of #AF6C71
Complementary color
Monochromatic Colors of #AF6C71
Black with #AF6C71
Text Example
Text Example
White with #AF6C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C71; }
p { color: rgb(175,108,113); }
H1.HeaderClassName
{
color: #AF6C71;
}
.AnyTagClassName
{
color: #AF6C71;
}
</style>
background-color css
<style>
a { background-color: #AF6C71; }
a { background-color: rgb(175,108,113); }
div.DivClassName
{
background-color: #AF6C71;
}
.BgClassName
{
background-color: #AF6C71;
}
</style>
border-color css
<style>
span { border-color: #AF6C71; }
span { border-color: rgb(175,108,113); }
td.TdClassName
{
border-color: #AF6C71;
}
.TagClassName
{
border-color: #AF6C71;
}
</style>