Shades of Turkish Rose #AF6976
Tints of Turkish Rose #AF6976
RGB
CMYK
RGB Variations
Color information
#AF6976 (or 0xAF6976) is known color: Turkish Rose. HEX triplet: AF, 69 and 76. RGB value is (175,105,118). Sum of RGB (Red+Green+Blue) = 175+105+118=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6976 is #509689. Grayscale: #7F7F7F. Windows color (decimal): -5281418 or 7760303. OLE color: 7760303.
HSL color Cylindrical-coordinate representation of color #AF6976: hue angle of 348.86º 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 #AF6976 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 118 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.31 |
| HSL | 348.86º | 0.3% | 0.55% | - |
| HSV(B) | 348.86º | 0.4% | 0.69% | - |
| XYZ | 26 | 20.53 | 19.73 | - |
| YUV | 127.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 118 | 0 | 0.40 | 0.33 | 0.31 | 348.86 | 0.3 | 0.55 |
| Hex | AF | 69 | 76 | 0 | 28 | 21 | 1F | 15D | 1E | 37 |
| Octal | 257 | 151 | 166 | 0 | 50 | 41 | 37 | 535 | 36 | 67 |
| Binary | 10101111 | 1101001 | 1110110 | 0 | 101000 | 100001 | 11111 | 101011101 | 11110 | 110111 |
Color Harmonies of #AF6976
Complementary color
Monochromatic Colors of #AF6976
Black with #AF6976
Text Example
Text Example
White with #AF6976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6976; }
p { color: rgb(175,105,118); }
H1.HeaderClassName
{
color: #AF6976;
}
.AnyTagClassName
{
color: #AF6976;
}
</style>
background-color css
<style>
a { background-color: #AF6976; }
a { background-color: rgb(175,105,118); }
div.DivClassName
{
background-color: #AF6976;
}
.BgClassName
{
background-color: #AF6976;
}
</style>
border-color css
<style>
span { border-color: #AF6976; }
span { border-color: rgb(175,105,118); }
td.TdClassName
{
border-color: #AF6976;
}
.TagClassName
{
border-color: #AF6976;
}
</style>