Shades of Turkish Rose #AF6168
Tints of Turkish Rose #AF6168
RGB
CMYK
RGB Variations
Color information
#AF6168 (or 0xAF6168) is known color: Turkish Rose. HEX triplet: AF, 61 and 68. RGB value is (175,97,104). Sum of RGB (Red+Green+Blue) = 175+97+104=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6168 is #509E97. Grayscale: #797979. Windows color (decimal): -5283480 or 6840751. OLE color: 6840751.
HSL color Cylindrical-coordinate representation of color #AF6168: hue angle of 354.62º 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 #AF6168 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 104 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.31 |
| HSL | 354.62º | 0.33% | 0.53% | - |
| HSV(B) | 354.62º | 0.45% | 0.69% | - |
| XYZ | 24.45 | 18.66 | 15.41 | - |
| YUV | 121.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 104 | 0 | 0.45 | 0.41 | 0.31 | 354.62 | 0.33 | 0.53 |
| Hex | AF | 61 | 68 | 0 | 2D | 29 | 1F | 163 | 21 | 35 |
| Octal | 257 | 141 | 150 | 0 | 55 | 51 | 37 | 543 | 41 | 65 |
| Binary | 10101111 | 1100001 | 1101000 | 0 | 101101 | 101001 | 11111 | 101100011 | 100001 | 110101 |
Color Harmonies of #AF6168
Complementary color
Monochromatic Colors of #AF6168
Black with #AF6168
Text Example
Text Example
White with #AF6168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6168; }
p { color: rgb(175,97,104); }
H1.HeaderClassName
{
color: #AF6168;
}
.AnyTagClassName
{
color: #AF6168;
}
</style>
background-color css
<style>
a { background-color: #AF6168; }
a { background-color: rgb(175,97,104); }
div.DivClassName
{
background-color: #AF6168;
}
.BgClassName
{
background-color: #AF6168;
}
</style>
border-color css
<style>
span { border-color: #AF6168; }
span { border-color: rgb(175,97,104); }
td.TdClassName
{
border-color: #AF6168;
}
.TagClassName
{
border-color: #AF6168;
}
</style>