Shades of Turkish Rose #AF646C
Tints of Turkish Rose #AF646C
RGB
CMYK
RGB Variations
Color information
#AF646C (or 0xAF646C) is known color: Turkish Rose. HEX triplet: AF, 64 and 6C. RGB value is (175,100,108). Sum of RGB (Red+Green+Blue) = 175+100+108=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF646C is #509B93. Grayscale: #7B7B7B. Windows color (decimal): -5282708 or 7103663. OLE color: 7103663.
HSL color Cylindrical-coordinate representation of color #AF646C: hue angle of 353.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF646C is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 108 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.31 |
| HSL | 353.6º | 0.32% | 0.54% | - |
| HSV(B) | 353.6º | 0.43% | 0.69% | - |
| XYZ | 24.94 | 19.31 | 16.6 | - |
| YUV | 123.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 108 | 0 | 0.43 | 0.38 | 0.31 | 353.6 | 0.32 | 0.54 |
| Hex | AF | 64 | 6C | 0 | 2B | 26 | 1F | 162 | 20 | 36 |
| Octal | 257 | 144 | 154 | 0 | 53 | 46 | 37 | 542 | 40 | 66 |
| Binary | 10101111 | 1100100 | 1101100 | 0 | 101011 | 100110 | 11111 | 101100010 | 100000 | 110110 |
Color Harmonies of #AF646C
Complementary color
Monochromatic Colors of #AF646C
Black with #AF646C
Text Example
Text Example
White with #AF646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF646C; }
p { color: rgb(175,100,108); }
H1.HeaderClassName
{
color: #AF646C;
}
.AnyTagClassName
{
color: #AF646C;
}
</style>
background-color css
<style>
a { background-color: #AF646C; }
a { background-color: rgb(175,100,108); }
div.DivClassName
{
background-color: #AF646C;
}
.BgClassName
{
background-color: #AF646C;
}
</style>
border-color css
<style>
span { border-color: #AF646C; }
span { border-color: rgb(175,100,108); }
td.TdClassName
{
border-color: #AF646C;
}
.TagClassName
{
border-color: #AF646C;
}
</style>