Shades of Turkish Rose #AF6777
Tints of Turkish Rose #AF6777
RGB
CMYK
RGB Variations
Color information
#AF6777 (or 0xAF6777) is known color: Turkish Rose. HEX triplet: AF, 67 and 77. RGB value is (175,103,119). Sum of RGB (Red+Green+Blue) = 175+103+119=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6777 is #509888. Grayscale: #7E7E7E. Windows color (decimal): -5281929 or 7825327. OLE color: 7825327.
HSL color Cylindrical-coordinate representation of color #AF6777: hue angle of 346.67º 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 #AF6777 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 119 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.31 |
| HSL | 346.67º | 0.31% | 0.55% | - |
| HSV(B) | 346.67º | 0.41% | 0.69% | - |
| XYZ | 25.86 | 20.15 | 19.98 | - |
| YUV | 126.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 119 | 0 | 0.41 | 0.32 | 0.31 | 346.67 | 0.31 | 0.55 |
| Hex | AF | 67 | 77 | 0 | 29 | 20 | 1F | 15B | 1F | 37 |
| Octal | 257 | 147 | 167 | 0 | 51 | 40 | 37 | 533 | 37 | 67 |
| Binary | 10101111 | 1100111 | 1110111 | 0 | 101001 | 100000 | 11111 | 101011011 | 11111 | 110111 |
Color Harmonies of #AF6777
Complementary color
Monochromatic Colors of #AF6777
Black with #AF6777
Text Example
Text Example
White with #AF6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6777; }
p { color: rgb(175,103,119); }
H1.HeaderClassName
{
color: #AF6777;
}
.AnyTagClassName
{
color: #AF6777;
}
</style>
background-color css
<style>
a { background-color: #AF6777; }
a { background-color: rgb(175,103,119); }
div.DivClassName
{
background-color: #AF6777;
}
.BgClassName
{
background-color: #AF6777;
}
</style>
border-color css
<style>
span { border-color: #AF6777; }
span { border-color: rgb(175,103,119); }
td.TdClassName
{
border-color: #AF6777;
}
.TagClassName
{
border-color: #AF6777;
}
</style>