Shades of Turkish Rose #AF676C
Tints of Turkish Rose #AF676C
RGB
CMYK
RGB Variations
Color information
#AF676C (or 0xAF676C) is known color: Turkish Rose. HEX triplet: AF, 67 and 6C. RGB value is (175,103,108). Sum of RGB (Red+Green+Blue) = 175+103+108=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF676C is #509893. Grayscale: #7D7D7D. Windows color (decimal): -5281940 or 7104431. OLE color: 7104431.
HSL color Cylindrical-coordinate representation of color #AF676C: hue angle of 355.83º 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 #AF676C is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 108 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.31 |
| HSL | 355.83º | 0.31% | 0.55% | - |
| HSV(B) | 355.83º | 0.41% | 0.69% | - |
| XYZ | 25.24 | 19.9 | 16.7 | - |
| YUV | 125.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 108 | 0 | 0.41 | 0.38 | 0.31 | 355.83 | 0.31 | 0.55 |
| Hex | AF | 67 | 6C | 0 | 29 | 26 | 1F | 164 | 1F | 37 |
| Octal | 257 | 147 | 154 | 0 | 51 | 46 | 37 | 544 | 37 | 67 |
| Binary | 10101111 | 1100111 | 1101100 | 0 | 101001 | 100110 | 11111 | 101100100 | 11111 | 110111 |
Color Harmonies of #AF676C
Complementary color
Monochromatic Colors of #AF676C
Black with #AF676C
Text Example
Text Example
White with #AF676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF676C; }
p { color: rgb(175,103,108); }
H1.HeaderClassName
{
color: #AF676C;
}
.AnyTagClassName
{
color: #AF676C;
}
</style>
background-color css
<style>
a { background-color: #AF676C; }
a { background-color: rgb(175,103,108); }
div.DivClassName
{
background-color: #AF676C;
}
.BgClassName
{
background-color: #AF676C;
}
</style>
border-color css
<style>
span { border-color: #AF676C; }
span { border-color: rgb(175,103,108); }
td.TdClassName
{
border-color: #AF676C;
}
.TagClassName
{
border-color: #AF676C;
}
</style>