Shades of Turkish Rose #AF6871
Tints of Turkish Rose #AF6871
RGB
CMYK
RGB Variations
Color information
#AF6871 (or 0xAF6871) is known color: Turkish Rose. HEX triplet: AF, 68 and 71. RGB value is (175,104,113). Sum of RGB (Red+Green+Blue) = 175+104+113=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6871 is #50978E. Grayscale: #7E7E7E. Windows color (decimal): -5281679 or 7432367. OLE color: 7432367.
HSL color Cylindrical-coordinate representation of color #AF6871: hue angle of 352.39º 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 #AF6871 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 113 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.31 |
| HSL | 352.39º | 0.31% | 0.55% | - |
| HSV(B) | 352.39º | 0.41% | 0.69% | - |
| XYZ | 25.61 | 20.21 | 18.17 | - |
| YUV | 126.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 113 | 0 | 0.41 | 0.35 | 0.31 | 352.39 | 0.31 | 0.55 |
| Hex | AF | 68 | 71 | 0 | 29 | 23 | 1F | 160 | 1F | 37 |
| Octal | 257 | 150 | 161 | 0 | 51 | 43 | 37 | 540 | 37 | 67 |
| Binary | 10101111 | 1101000 | 1110001 | 0 | 101001 | 100011 | 11111 | 101100000 | 11111 | 110111 |
Color Harmonies of #AF6871
Complementary color
Monochromatic Colors of #AF6871
Black with #AF6871
Text Example
Text Example
White with #AF6871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6871; }
p { color: rgb(175,104,113); }
H1.HeaderClassName
{
color: #AF6871;
}
.AnyTagClassName
{
color: #AF6871;
}
</style>
background-color css
<style>
a { background-color: #AF6871; }
a { background-color: rgb(175,104,113); }
div.DivClassName
{
background-color: #AF6871;
}
.BgClassName
{
background-color: #AF6871;
}
</style>
border-color css
<style>
span { border-color: #AF6871; }
span { border-color: rgb(175,104,113); }
td.TdClassName
{
border-color: #AF6871;
}
.TagClassName
{
border-color: #AF6871;
}
</style>