Shades of Turkish Rose #AF656D
Tints of Turkish Rose #AF656D
RGB
CMYK
RGB Variations
Color information
#AF656D (or 0xAF656D) is known color: Turkish Rose. HEX triplet: AF, 65 and 6D. RGB value is (175,101,109). Sum of RGB (Red+Green+Blue) = 175+101+109=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF656D is #509A92. Grayscale: #7C7C7C. Windows color (decimal): -5282451 or 7169455. OLE color: 7169455.
HSL color Cylindrical-coordinate representation of color #AF656D: hue angle of 353.51º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF656D is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 109 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.31 |
| HSL | 353.51º | 0.32% | 0.54% | - |
| HSV(B) | 353.51º | 0.42% | 0.69% | - |
| XYZ | 25.09 | 19.53 | 16.91 | - |
| YUV | 124.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 109 | 0 | 0.42 | 0.38 | 0.31 | 353.51 | 0.32 | 0.54 |
| Hex | AF | 65 | 6D | 0 | 2A | 26 | 1F | 162 | 20 | 36 |
| Octal | 257 | 145 | 155 | 0 | 52 | 46 | 37 | 542 | 40 | 66 |
| Binary | 10101111 | 1100101 | 1101101 | 0 | 101010 | 100110 | 11111 | 101100010 | 100000 | 110110 |
Color Harmonies of #AF656D
Complementary color
Monochromatic Colors of #AF656D
Black with #AF656D
Text Example
Text Example
White with #AF656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF656D; }
p { color: rgb(175,101,109); }
H1.HeaderClassName
{
color: #AF656D;
}
.AnyTagClassName
{
color: #AF656D;
}
</style>
background-color css
<style>
a { background-color: #AF656D; }
a { background-color: rgb(175,101,109); }
div.DivClassName
{
background-color: #AF656D;
}
.BgClassName
{
background-color: #AF656D;
}
</style>
border-color css
<style>
span { border-color: #AF656D; }
span { border-color: rgb(175,101,109); }
td.TdClassName
{
border-color: #AF656D;
}
.TagClassName
{
border-color: #AF656D;
}
</style>