Shades of Turkish Rose #AF6C78
Tints of Turkish Rose #AF6C78
RGB
CMYK
RGB Variations
Color information
#AF6C78 (or 0xAF6C78) is known color: Turkish Rose. HEX triplet: AF, 6C and 78. RGB value is (175,108,120). Sum of RGB (Red+Green+Blue) = 175+108+120=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C78 is #509387. Grayscale: #818181. Windows color (decimal): -5280648 or 7892143. OLE color: 7892143.
HSL color Cylindrical-coordinate representation of color #AF6C78: hue angle of 349.25º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6C78 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 120 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.31 |
| HSL | 349.25º | 0.3% | 0.55% | - |
| HSV(B) | 349.25º | 0.38% | 0.69% | - |
| XYZ | 26.43 | 21.2 | 20.47 | - |
| YUV | 129.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 120 | 0 | 0.38 | 0.31 | 0.31 | 349.25 | 0.3 | 0.55 |
| Hex | AF | 6C | 78 | 0 | 26 | 1F | 1F | 15D | 1E | 37 |
| Octal | 257 | 154 | 170 | 0 | 46 | 37 | 37 | 535 | 36 | 67 |
| Binary | 10101111 | 1101100 | 1111000 | 0 | 100110 | 11111 | 11111 | 101011101 | 11110 | 110111 |
Color Harmonies of #AF6C78
Complementary color
Monochromatic Colors of #AF6C78
Black with #AF6C78
Text Example
Text Example
White with #AF6C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C78; }
p { color: rgb(175,108,120); }
H1.HeaderClassName
{
color: #AF6C78;
}
.AnyTagClassName
{
color: #AF6C78;
}
</style>
background-color css
<style>
a { background-color: #AF6C78; }
a { background-color: rgb(175,108,120); }
div.DivClassName
{
background-color: #AF6C78;
}
.BgClassName
{
background-color: #AF6C78;
}
</style>
border-color css
<style>
span { border-color: #AF6C78; }
span { border-color: rgb(175,108,120); }
td.TdClassName
{
border-color: #AF6C78;
}
.TagClassName
{
border-color: #AF6C78;
}
</style>