Shades of Turkish Rose #AF7073
Tints of Turkish Rose #AF7073
RGB
CMYK
RGB Variations
Color information
#AF7073 (or 0xAF7073) is known color: Turkish Rose. HEX triplet: AF, 70 and 73. RGB value is (175,112,115). Sum of RGB (Red+Green+Blue) = 175+112+115=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7073 is #508F8C. Grayscale: #838383. Windows color (decimal): -5279629 or 7565487. OLE color: 7565487.
HSL color Cylindrical-coordinate representation of color #AF7073: hue angle of 357.14º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF7073 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 115 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.31 |
| HSL | 357.14º | 0.28% | 0.56% | - |
| HSV(B) | 357.14º | 0.36% | 0.69% | - |
| XYZ | 26.57 | 21.94 | 19.05 | - |
| YUV | 131.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 115 | 0 | 0.36 | 0.34 | 0.31 | 357.14 | 0.28 | 0.56 |
| Hex | AF | 70 | 73 | 0 | 24 | 22 | 1F | 165 | 1C | 38 |
| Octal | 257 | 160 | 163 | 0 | 44 | 42 | 37 | 545 | 34 | 70 |
| Binary | 10101111 | 1110000 | 1110011 | 0 | 100100 | 100010 | 11111 | 101100101 | 11100 | 111000 |
Color Harmonies of #AF7073
Complementary color
Monochromatic Colors of #AF7073
Black with #AF7073
Text Example
Text Example
White with #AF7073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7073; }
p { color: rgb(175,112,115); }
H1.HeaderClassName
{
color: #AF7073;
}
.AnyTagClassName
{
color: #AF7073;
}
</style>
background-color css
<style>
a { background-color: #AF7073; }
a { background-color: rgb(175,112,115); }
div.DivClassName
{
background-color: #AF7073;
}
.BgClassName
{
background-color: #AF7073;
}
</style>
border-color css
<style>
span { border-color: #AF7073; }
span { border-color: rgb(175,112,115); }
td.TdClassName
{
border-color: #AF7073;
}
.TagClassName
{
border-color: #AF7073;
}
</style>