Shades of Turkish Rose #AF6270
Tints of Turkish Rose #AF6270
RGB
CMYK
RGB Variations
Color information
#AF6270 (or 0xAF6270) is known color: Turkish Rose. HEX triplet: AF, 62 and 70. RGB value is (175,98,112). Sum of RGB (Red+Green+Blue) = 175+98+112=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6270 is #509D8F. Grayscale: #7A7A7A. Windows color (decimal): -5283216 or 7365295. OLE color: 7365295.
HSL color Cylindrical-coordinate representation of color #AF6270: hue angle of 349.09º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF6270 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 112 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.31 |
| HSL | 349.09º | 0.32% | 0.54% | - |
| HSV(B) | 349.09º | 0.44% | 0.69% | - |
| XYZ | 24.97 | 19.02 | 17.68 | - |
| YUV | 122.62 | 122.01 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 112 | 0 | 0.44 | 0.36 | 0.31 | 349.09 | 0.32 | 0.54 |
| Hex | AF | 62 | 70 | 0 | 2C | 24 | 1F | 15D | 20 | 36 |
| Octal | 257 | 142 | 160 | 0 | 54 | 44 | 37 | 535 | 40 | 66 |
| Binary | 10101111 | 1100010 | 1110000 | 0 | 101100 | 100100 | 11111 | 101011101 | 100000 | 110110 |
Color Harmonies of #AF6270
Complementary color
Monochromatic Colors of #AF6270
Black with #AF6270
Text Example
Text Example
White with #AF6270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6270; }
p { color: rgb(175,98,112); }
H1.HeaderClassName
{
color: #AF6270;
}
.AnyTagClassName
{
color: #AF6270;
}
</style>
background-color css
<style>
a { background-color: #AF6270; }
a { background-color: rgb(175,98,112); }
div.DivClassName
{
background-color: #AF6270;
}
.BgClassName
{
background-color: #AF6270;
}
</style>
border-color css
<style>
span { border-color: #AF6270; }
span { border-color: rgb(175,98,112); }
td.TdClassName
{
border-color: #AF6270;
}
.TagClassName
{
border-color: #AF6270;
}
</style>