Shades of Turkish Rose #AF6877
Tints of Turkish Rose #AF6877
RGB
CMYK
RGB Variations
Color information
#AF6877 (or 0xAF6877) is known color: Turkish Rose. HEX triplet: AF, 68 and 77. RGB value is (175,104,119). Sum of RGB (Red+Green+Blue) = 175+104+119=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6877 is #509788. Grayscale: #7E7E7E. Windows color (decimal): -5281673 or 7825583. OLE color: 7825583.
HSL color Cylindrical-coordinate representation of color #AF6877: hue angle of 347.32º 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 #AF6877 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 119 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.31 |
| HSL | 347.32º | 0.31% | 0.55% | - |
| HSV(B) | 347.32º | 0.41% | 0.69% | - |
| XYZ | 25.96 | 20.35 | 20.01 | - |
| YUV | 126.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 119 | 0 | 0.41 | 0.32 | 0.31 | 347.32 | 0.31 | 0.55 |
| Hex | AF | 68 | 77 | 0 | 29 | 20 | 1F | 15B | 1F | 37 |
| Octal | 257 | 150 | 167 | 0 | 51 | 40 | 37 | 533 | 37 | 67 |
| Binary | 10101111 | 1101000 | 1110111 | 0 | 101001 | 100000 | 11111 | 101011011 | 11111 | 110111 |
Color Harmonies of #AF6877
Complementary color
Monochromatic Colors of #AF6877
Black with #AF6877
Text Example
Text Example
White with #AF6877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6877; }
p { color: rgb(175,104,119); }
H1.HeaderClassName
{
color: #AF6877;
}
.AnyTagClassName
{
color: #AF6877;
}
</style>
background-color css
<style>
a { background-color: #AF6877; }
a { background-color: rgb(175,104,119); }
div.DivClassName
{
background-color: #AF6877;
}
.BgClassName
{
background-color: #AF6877;
}
</style>
border-color css
<style>
span { border-color: #AF6877; }
span { border-color: rgb(175,104,119); }
td.TdClassName
{
border-color: #AF6877;
}
.TagClassName
{
border-color: #AF6877;
}
</style>