Shades of Turkish Rose #AF676F
Tints of Turkish Rose #AF676F
RGB
CMYK
RGB Variations
Color information
#AF676F (or 0xAF676F) is known color: Turkish Rose. HEX triplet: AF, 67 and 6F. RGB value is (175,103,111). Sum of RGB (Red+Green+Blue) = 175+103+111=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF676F is #509890. Grayscale: #7D7D7D. Windows color (decimal): -5281937 or 7301039. OLE color: 7301039.
HSL color Cylindrical-coordinate representation of color #AF676F: hue angle of 353.33º 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 #AF676F is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 111 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.31 |
| HSL | 353.33º | 0.31% | 0.55% | - |
| HSV(B) | 353.33º | 0.41% | 0.69% | - |
| XYZ | 25.4 | 19.96 | 17.55 | - |
| YUV | 125.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 111 | 0 | 0.41 | 0.37 | 0.31 | 353.33 | 0.31 | 0.55 |
| Hex | AF | 67 | 6F | 0 | 29 | 25 | 1F | 161 | 1F | 37 |
| Octal | 257 | 147 | 157 | 0 | 51 | 45 | 37 | 541 | 37 | 67 |
| Binary | 10101111 | 1100111 | 1101111 | 0 | 101001 | 100101 | 11111 | 101100001 | 11111 | 110111 |
Color Harmonies of #AF676F
Complementary color
Monochromatic Colors of #AF676F
Black with #AF676F
Text Example
Text Example
White with #AF676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF676F; }
p { color: rgb(175,103,111); }
H1.HeaderClassName
{
color: #AF676F;
}
.AnyTagClassName
{
color: #AF676F;
}
</style>
background-color css
<style>
a { background-color: #AF676F; }
a { background-color: rgb(175,103,111); }
div.DivClassName
{
background-color: #AF676F;
}
.BgClassName
{
background-color: #AF676F;
}
</style>
border-color css
<style>
span { border-color: #AF676F; }
span { border-color: rgb(175,103,111); }
td.TdClassName
{
border-color: #AF676F;
}
.TagClassName
{
border-color: #AF676F;
}
</style>