Shades of Turkish Rose #AF6668
Tints of Turkish Rose #AF6668
RGB
CMYK
RGB Variations
Color information
#AF6668 (or 0xAF6668) is known color: Turkish Rose. HEX triplet: AF, 66 and 68. RGB value is (175,102,104). Sum of RGB (Red+Green+Blue) = 175+102+104=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6668 is #509997. Grayscale: #7C7C7C. Windows color (decimal): -5282200 or 6842031. OLE color: 6842031.
HSL color Cylindrical-coordinate representation of color #AF6668: hue angle of 358.36º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6668 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 104 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.31 |
| HSL | 358.36º | 0.31% | 0.54% | - |
| HSV(B) | 358.36º | 0.42% | 0.69% | - |
| XYZ | 24.93 | 19.62 | 15.57 | - |
| YUV | 124.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 104 | 0 | 0.42 | 0.41 | 0.31 | 358.36 | 0.31 | 0.54 |
| Hex | AF | 66 | 68 | 0 | 2A | 29 | 1F | 166 | 1F | 36 |
| Octal | 257 | 146 | 150 | 0 | 52 | 51 | 37 | 546 | 37 | 66 |
| Binary | 10101111 | 1100110 | 1101000 | 0 | 101010 | 101001 | 11111 | 101100110 | 11111 | 110110 |
Color Harmonies of #AF6668
Complementary color
Monochromatic Colors of #AF6668
Black with #AF6668
Text Example
Text Example
White with #AF6668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6668; }
p { color: rgb(175,102,104); }
H1.HeaderClassName
{
color: #AF6668;
}
.AnyTagClassName
{
color: #AF6668;
}
</style>
background-color css
<style>
a { background-color: #AF6668; }
a { background-color: rgb(175,102,104); }
div.DivClassName
{
background-color: #AF6668;
}
.BgClassName
{
background-color: #AF6668;
}
</style>
border-color css
<style>
span { border-color: #AF6668; }
span { border-color: rgb(175,102,104); }
td.TdClassName
{
border-color: #AF6668;
}
.TagClassName
{
border-color: #AF6668;
}
</style>