Shades of Turkish Rose #AF6072
Tints of Turkish Rose #AF6072
RGB
CMYK
RGB Variations
Color information
#AF6072 (or 0xAF6072) is known color: Turkish Rose. HEX triplet: AF, 60 and 72. RGB value is (175,96,114). Sum of RGB (Red+Green+Blue) = 175+96+114=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6072 is #509F8D. Grayscale: #797979. Windows color (decimal): -5283726 or 7495855. OLE color: 7495855.
HSL color Cylindrical-coordinate representation of color #AF6072: hue angle of 346.33º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6072 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 114 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.31 |
| HSL | 346.33º | 0.33% | 0.53% | - |
| HSV(B) | 346.33º | 0.45% | 0.69% | - |
| XYZ | 24.9 | 18.69 | 18.22 | - |
| YUV | 121.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 114 | 0 | 0.45 | 0.35 | 0.31 | 346.33 | 0.33 | 0.53 |
| Hex | AF | 60 | 72 | 0 | 2D | 23 | 1F | 15A | 21 | 35 |
| Octal | 257 | 140 | 162 | 0 | 55 | 43 | 37 | 532 | 41 | 65 |
| Binary | 10101111 | 1100000 | 1110010 | 0 | 101101 | 100011 | 11111 | 101011010 | 100001 | 110101 |
Color Harmonies of #AF6072
Complementary color
Monochromatic Colors of #AF6072
Black with #AF6072
Text Example
Text Example
White with #AF6072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6072; }
p { color: rgb(175,96,114); }
H1.HeaderClassName
{
color: #AF6072;
}
.AnyTagClassName
{
color: #AF6072;
}
</style>
background-color css
<style>
a { background-color: #AF6072; }
a { background-color: rgb(175,96,114); }
div.DivClassName
{
background-color: #AF6072;
}
.BgClassName
{
background-color: #AF6072;
}
</style>
border-color css
<style>
span { border-color: #AF6072; }
span { border-color: rgb(175,96,114); }
td.TdClassName
{
border-color: #AF6072;
}
.TagClassName
{
border-color: #AF6072;
}
</style>