Shades of Turkish Rose #AF6977
Tints of Turkish Rose #AF6977
RGB
CMYK
RGB Variations
Color information
#AF6977 (or 0xAF6977) is known color: Turkish Rose. HEX triplet: AF, 69 and 77. RGB value is (175,105,119). Sum of RGB (Red+Green+Blue) = 175+105+119=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6977 is #509688. Grayscale: #7F7F7F. Windows color (decimal): -5281417 or 7825839. OLE color: 7825839.
HSL color Cylindrical-coordinate representation of color #AF6977: hue angle of 348º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6977 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 119 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.31 |
| HSL | 348º | 0.3% | 0.55% | - |
| HSV(B) | 348º | 0.4% | 0.69% | - |
| XYZ | 26.06 | 20.55 | 20.05 | - |
| YUV | 127.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 119 | 0 | 0.40 | 0.32 | 0.31 | 348 | 0.3 | 0.55 |
| Hex | AF | 69 | 77 | 0 | 28 | 20 | 1F | 15C | 1E | 37 |
| Octal | 257 | 151 | 167 | 0 | 50 | 40 | 37 | 534 | 36 | 67 |
| Binary | 10101111 | 1101001 | 1110111 | 0 | 101000 | 100000 | 11111 | 101011100 | 11110 | 110111 |
Color Harmonies of #AF6977
Complementary color
Monochromatic Colors of #AF6977
Black with #AF6977
Text Example
Text Example
White with #AF6977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6977; }
p { color: rgb(175,105,119); }
H1.HeaderClassName
{
color: #AF6977;
}
.AnyTagClassName
{
color: #AF6977;
}
</style>
background-color css
<style>
a { background-color: #AF6977; }
a { background-color: rgb(175,105,119); }
div.DivClassName
{
background-color: #AF6977;
}
.BgClassName
{
background-color: #AF6977;
}
</style>
border-color css
<style>
span { border-color: #AF6977; }
span { border-color: rgb(175,105,119); }
td.TdClassName
{
border-color: #AF6977;
}
.TagClassName
{
border-color: #AF6977;
}
</style>