Shades of Turkish Rose #AF6271
Tints of Turkish Rose #AF6271
RGB
CMYK
RGB Variations
Color information
#AF6271 (or 0xAF6271) is known color: Turkish Rose. HEX triplet: AF, 62 and 71. RGB value is (175,98,113). Sum of RGB (Red+Green+Blue) = 175+98+113=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6271 is #509D8E. Grayscale: #7A7A7A. Windows color (decimal): -5283215 or 7430831. OLE color: 7430831.
HSL color Cylindrical-coordinate representation of color #AF6271: hue angle of 348.31º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF6271 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 113 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.31 |
| HSL | 348.31º | 0.32% | 0.54% | - |
| HSV(B) | 348.31º | 0.44% | 0.69% | - |
| XYZ | 25.03 | 19.04 | 17.98 | - |
| YUV | 122.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 113 | 0 | 0.44 | 0.35 | 0.31 | 348.31 | 0.32 | 0.54 |
| Hex | AF | 62 | 71 | 0 | 2C | 23 | 1F | 15C | 20 | 36 |
| Octal | 257 | 142 | 161 | 0 | 54 | 43 | 37 | 534 | 40 | 66 |
| Binary | 10101111 | 1100010 | 1110001 | 0 | 101100 | 100011 | 11111 | 101011100 | 100000 | 110110 |
Color Harmonies of #AF6271
Complementary color
Monochromatic Colors of #AF6271
Black with #AF6271
Text Example
Text Example
White with #AF6271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6271; }
p { color: rgb(175,98,113); }
H1.HeaderClassName
{
color: #AF6271;
}
.AnyTagClassName
{
color: #AF6271;
}
</style>
background-color css
<style>
a { background-color: #AF6271; }
a { background-color: rgb(175,98,113); }
div.DivClassName
{
background-color: #AF6271;
}
.BgClassName
{
background-color: #AF6271;
}
</style>
border-color css
<style>
span { border-color: #AF6271; }
span { border-color: rgb(175,98,113); }
td.TdClassName
{
border-color: #AF6271;
}
.TagClassName
{
border-color: #AF6271;
}
</style>