Shades of Turkish Rose #AF6973
Tints of Turkish Rose #AF6973
RGB
CMYK
RGB Variations
Color information
#AF6973 (or 0xAF6973) is known color: Turkish Rose. HEX triplet: AF, 69 and 73. RGB value is (175,105,115). Sum of RGB (Red+Green+Blue) = 175+105+115=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6973 is #50968C. Grayscale: #7F7F7F. Windows color (decimal): -5281421 or 7563695. OLE color: 7563695.
HSL color Cylindrical-coordinate representation of color #AF6973: hue angle of 351.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6973 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 115 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.31 |
| HSL | 351.43º | 0.3% | 0.55% | - |
| HSV(B) | 351.43º | 0.4% | 0.69% | - |
| XYZ | 25.83 | 20.45 | 18.81 | - |
| YUV | 127.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 115 | 0 | 0.40 | 0.34 | 0.31 | 351.43 | 0.3 | 0.55 |
| Hex | AF | 69 | 73 | 0 | 28 | 22 | 1F | 15F | 1E | 37 |
| Octal | 257 | 151 | 163 | 0 | 50 | 42 | 37 | 537 | 36 | 67 |
| Binary | 10101111 | 1101001 | 1110011 | 0 | 101000 | 100010 | 11111 | 101011111 | 11110 | 110111 |
Color Harmonies of #AF6973
Complementary color
Monochromatic Colors of #AF6973
Black with #AF6973
Text Example
Text Example
White with #AF6973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6973; }
p { color: rgb(175,105,115); }
H1.HeaderClassName
{
color: #AF6973;
}
.AnyTagClassName
{
color: #AF6973;
}
</style>
background-color css
<style>
a { background-color: #AF6973; }
a { background-color: rgb(175,105,115); }
div.DivClassName
{
background-color: #AF6973;
}
.BgClassName
{
background-color: #AF6973;
}
</style>
border-color css
<style>
span { border-color: #AF6973; }
span { border-color: rgb(175,105,115); }
td.TdClassName
{
border-color: #AF6973;
}
.TagClassName
{
border-color: #AF6973;
}
</style>