Shades of Turkish Rose #AF6872
Tints of Turkish Rose #AF6872
RGB
CMYK
RGB Variations
Color information
#AF6872 (or 0xAF6872) is known color: Turkish Rose. HEX triplet: AF, 68 and 72. RGB value is (175,104,114). Sum of RGB (Red+Green+Blue) = 175+104+114=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6872 is #50978D. Grayscale: #7E7E7E. Windows color (decimal): -5281678 or 7497903. OLE color: 7497903.
HSL color Cylindrical-coordinate representation of color #AF6872: hue angle of 351.55º 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 #AF6872 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 114 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.31 |
| HSL | 351.55º | 0.31% | 0.55% | - |
| HSV(B) | 351.55º | 0.41% | 0.69% | - |
| XYZ | 25.67 | 20.23 | 18.47 | - |
| YUV | 126.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 114 | 0 | 0.41 | 0.35 | 0.31 | 351.55 | 0.31 | 0.55 |
| Hex | AF | 68 | 72 | 0 | 29 | 23 | 1F | 160 | 1F | 37 |
| Octal | 257 | 150 | 162 | 0 | 51 | 43 | 37 | 540 | 37 | 67 |
| Binary | 10101111 | 1101000 | 1110010 | 0 | 101001 | 100011 | 11111 | 101100000 | 11111 | 110111 |
Color Harmonies of #AF6872
Complementary color
Monochromatic Colors of #AF6872
Black with #AF6872
Text Example
Text Example
White with #AF6872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6872; }
p { color: rgb(175,104,114); }
H1.HeaderClassName
{
color: #AF6872;
}
.AnyTagClassName
{
color: #AF6872;
}
</style>
background-color css
<style>
a { background-color: #AF6872; }
a { background-color: rgb(175,104,114); }
div.DivClassName
{
background-color: #AF6872;
}
.BgClassName
{
background-color: #AF6872;
}
</style>
border-color css
<style>
span { border-color: #AF6872; }
span { border-color: rgb(175,104,114); }
td.TdClassName
{
border-color: #AF6872;
}
.TagClassName
{
border-color: #AF6872;
}
</style>