Shades of Turkish Rose #AF6D78
Tints of Turkish Rose #AF6D78
RGB
CMYK
RGB Variations
Color information
#AF6D78 (or 0xAF6D78) is known color: Turkish Rose. HEX triplet: AF, 6D and 78. RGB value is (175,109,120). Sum of RGB (Red+Green+Blue) = 175+109+120=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D78 is #509287. Grayscale: #828282. Windows color (decimal): -5280392 or 7892399. OLE color: 7892399.
HSL color Cylindrical-coordinate representation of color #AF6D78: hue angle of 350º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6D78 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 120 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.31 |
| HSL | 350º | 0.29% | 0.56% | - |
| HSV(B) | 350º | 0.38% | 0.69% | - |
| XYZ | 26.54 | 21.41 | 20.5 | - |
| YUV | 129.99 | 122.37 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 120 | 0 | 0.38 | 0.31 | 0.31 | 350 | 0.29 | 0.56 |
| Hex | AF | 6D | 78 | 0 | 26 | 1F | 1F | 15E | 1D | 38 |
| Octal | 257 | 155 | 170 | 0 | 46 | 37 | 37 | 536 | 35 | 70 |
| Binary | 10101111 | 1101101 | 1111000 | 0 | 100110 | 11111 | 11111 | 101011110 | 11101 | 111000 |
Color Harmonies of #AF6D78
Complementary color
Monochromatic Colors of #AF6D78
Black with #AF6D78
Text Example
Text Example
White with #AF6D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D78; }
p { color: rgb(175,109,120); }
H1.HeaderClassName
{
color: #AF6D78;
}
.AnyTagClassName
{
color: #AF6D78;
}
</style>
background-color css
<style>
a { background-color: #AF6D78; }
a { background-color: rgb(175,109,120); }
div.DivClassName
{
background-color: #AF6D78;
}
.BgClassName
{
background-color: #AF6D78;
}
</style>
border-color css
<style>
span { border-color: #AF6D78; }
span { border-color: rgb(175,109,120); }
td.TdClassName
{
border-color: #AF6D78;
}
.TagClassName
{
border-color: #AF6D78;
}
</style>