Shades of Turkish Rose #AF666F
Tints of Turkish Rose #AF666F
RGB
CMYK
RGB Variations
Color information
#AF666F (or 0xAF666F) is known color: Turkish Rose. HEX triplet: AF, 66 and 6F. RGB value is (175,102,111). Sum of RGB (Red+Green+Blue) = 175+102+111=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF666F is #509990. Grayscale: #7C7C7C. Windows color (decimal): -5282193 or 7300783. OLE color: 7300783.
HSL color Cylindrical-coordinate representation of color #AF666F: hue angle of 352.6º degrees, saturation: 0.31, 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 #AF666F is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 111 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.31 |
| HSL | 352.6º | 0.31% | 0.54% | - |
| HSV(B) | 352.6º | 0.42% | 0.69% | - |
| XYZ | 25.3 | 19.76 | 17.52 | - |
| YUV | 124.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 111 | 0 | 0.42 | 0.37 | 0.31 | 352.6 | 0.31 | 0.54 |
| Hex | AF | 66 | 6F | 0 | 2A | 25 | 1F | 161 | 1F | 36 |
| Octal | 257 | 146 | 157 | 0 | 52 | 45 | 37 | 541 | 37 | 66 |
| Binary | 10101111 | 1100110 | 1101111 | 0 | 101010 | 100101 | 11111 | 101100001 | 11111 | 110110 |
Color Harmonies of #AF666F
Complementary color
Monochromatic Colors of #AF666F
Black with #AF666F
Text Example
Text Example
White with #AF666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF666F; }
p { color: rgb(175,102,111); }
H1.HeaderClassName
{
color: #AF666F;
}
.AnyTagClassName
{
color: #AF666F;
}
</style>
background-color css
<style>
a { background-color: #AF666F; }
a { background-color: rgb(175,102,111); }
div.DivClassName
{
background-color: #AF666F;
}
.BgClassName
{
background-color: #AF666F;
}
</style>
border-color css
<style>
span { border-color: #AF666F; }
span { border-color: rgb(175,102,111); }
td.TdClassName
{
border-color: #AF666F;
}
.TagClassName
{
border-color: #AF666F;
}
</style>