Shades of Turkish Rose #AF6672
Tints of Turkish Rose #AF6672
RGB
CMYK
RGB Variations
Color information
#AF6672 (or 0xAF6672) is known color: Turkish Rose. HEX triplet: AF, 66 and 72. RGB value is (175,102,114). Sum of RGB (Red+Green+Blue) = 175+102+114=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6672 is #50998D. Grayscale: #7D7D7D. Windows color (decimal): -5282190 or 7497391. OLE color: 7497391.
HSL color Cylindrical-coordinate representation of color #AF6672: hue angle of 350.14º 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 #AF6672 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 114 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.31 |
| HSL | 350.14º | 0.31% | 0.54% | - |
| HSV(B) | 350.14º | 0.42% | 0.69% | - |
| XYZ | 25.47 | 19.83 | 18.41 | - |
| YUV | 125.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 114 | 0 | 0.42 | 0.35 | 0.31 | 350.14 | 0.31 | 0.54 |
| Hex | AF | 66 | 72 | 0 | 2A | 23 | 1F | 15E | 1F | 36 |
| Octal | 257 | 146 | 162 | 0 | 52 | 43 | 37 | 536 | 37 | 66 |
| Binary | 10101111 | 1100110 | 1110010 | 0 | 101010 | 100011 | 11111 | 101011110 | 11111 | 110110 |
Color Harmonies of #AF6672
Complementary color
Monochromatic Colors of #AF6672
Black with #AF6672
Text Example
Text Example
White with #AF6672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6672; }
p { color: rgb(175,102,114); }
H1.HeaderClassName
{
color: #AF6672;
}
.AnyTagClassName
{
color: #AF6672;
}
</style>
background-color css
<style>
a { background-color: #AF6672; }
a { background-color: rgb(175,102,114); }
div.DivClassName
{
background-color: #AF6672;
}
.BgClassName
{
background-color: #AF6672;
}
</style>
border-color css
<style>
span { border-color: #AF6672; }
span { border-color: rgb(175,102,114); }
td.TdClassName
{
border-color: #AF6672;
}
.TagClassName
{
border-color: #AF6672;
}
</style>