Shades of Turkish Rose #AF616F
Tints of Turkish Rose #AF616F
RGB
CMYK
RGB Variations
Color information
#AF616F (or 0xAF616F) is known color: Turkish Rose. HEX triplet: AF, 61 and 6F. RGB value is (175,97,111). Sum of RGB (Red+Green+Blue) = 175+97+111=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF616F is #509E90. Grayscale: #797979. Windows color (decimal): -5283473 or 7299503. OLE color: 7299503.
HSL color Cylindrical-coordinate representation of color #AF616F: hue angle of 349.23º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF616F is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 111 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.31 |
| HSL | 349.23º | 0.33% | 0.53% | - |
| HSV(B) | 349.23º | 0.45% | 0.69% | - |
| XYZ | 24.82 | 18.81 | 17.36 | - |
| YUV | 121.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 111 | 0 | 0.45 | 0.37 | 0.31 | 349.23 | 0.33 | 0.53 |
| Hex | AF | 61 | 6F | 0 | 2D | 25 | 1F | 15D | 21 | 35 |
| Octal | 257 | 141 | 157 | 0 | 55 | 45 | 37 | 535 | 41 | 65 |
| Binary | 10101111 | 1100001 | 1101111 | 0 | 101101 | 100101 | 11111 | 101011101 | 100001 | 110101 |
Color Harmonies of #AF616F
Complementary color
Monochromatic Colors of #AF616F
Black with #AF616F
Text Example
Text Example
White with #AF616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF616F; }
p { color: rgb(175,97,111); }
H1.HeaderClassName
{
color: #AF616F;
}
.AnyTagClassName
{
color: #AF616F;
}
</style>
background-color css
<style>
a { background-color: #AF616F; }
a { background-color: rgb(175,97,111); }
div.DivClassName
{
background-color: #AF616F;
}
.BgClassName
{
background-color: #AF616F;
}
</style>
border-color css
<style>
span { border-color: #AF616F; }
span { border-color: rgb(175,97,111); }
td.TdClassName
{
border-color: #AF616F;
}
.TagClassName
{
border-color: #AF616F;
}
</style>