Shades of Turkish Rose #AF6876
Tints of Turkish Rose #AF6876
RGB
CMYK
RGB Variations
Color information
#AF6876 (or 0xAF6876) is known color: Turkish Rose. HEX triplet: AF, 68 and 76. RGB value is (175,104,118). Sum of RGB (Red+Green+Blue) = 175+104+118=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6876 is #509789. Grayscale: #7E7E7E. Windows color (decimal): -5281674 or 7760047. OLE color: 7760047.
HSL color Cylindrical-coordinate representation of color #AF6876: hue angle of 348.17º 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 #AF6876 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 118 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.31 |
| HSL | 348.17º | 0.31% | 0.55% | - |
| HSV(B) | 348.17º | 0.41% | 0.69% | - |
| XYZ | 25.9 | 20.32 | 19.7 | - |
| YUV | 126.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 118 | 0 | 0.41 | 0.33 | 0.31 | 348.17 | 0.31 | 0.55 |
| Hex | AF | 68 | 76 | 0 | 29 | 21 | 1F | 15C | 1F | 37 |
| Octal | 257 | 150 | 166 | 0 | 51 | 41 | 37 | 534 | 37 | 67 |
| Binary | 10101111 | 1101000 | 1110110 | 0 | 101001 | 100001 | 11111 | 101011100 | 11111 | 110111 |
Color Harmonies of #AF6876
Complementary color
Monochromatic Colors of #AF6876
Black with #AF6876
Text Example
Text Example
White with #AF6876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6876; }
p { color: rgb(175,104,118); }
H1.HeaderClassName
{
color: #AF6876;
}
.AnyTagClassName
{
color: #AF6876;
}
</style>
background-color css
<style>
a { background-color: #AF6876; }
a { background-color: rgb(175,104,118); }
div.DivClassName
{
background-color: #AF6876;
}
.BgClassName
{
background-color: #AF6876;
}
</style>
border-color css
<style>
span { border-color: #AF6876; }
span { border-color: rgb(175,104,118); }
td.TdClassName
{
border-color: #AF6876;
}
.TagClassName
{
border-color: #AF6876;
}
</style>