Shades of Turkish Rose #AF7175
Tints of Turkish Rose #AF7175
RGB
CMYK
RGB Variations
Color information
#AF7175 (or 0xAF7175) is known color: Turkish Rose. HEX triplet: AF, 71 and 75. RGB value is (175,113,117). Sum of RGB (Red+Green+Blue) = 175+113+117=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7175 is #508E8A. Grayscale: #848484. Windows color (decimal): -5279371 or 7696815. OLE color: 7696815.
HSL color Cylindrical-coordinate representation of color #AF7175: hue angle of 356.13º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7175 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 113 | 117 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.31 |
| HSL | 356.13º | 0.28% | 0.56% | - |
| HSV(B) | 356.13º | 0.35% | 0.69% | - |
| XYZ | 26.8 | 22.21 | 19.7 | - |
| YUV | 131.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 117 | 0 | 0.35 | 0.33 | 0.31 | 356.13 | 0.28 | 0.56 |
| Hex | AF | 71 | 75 | 0 | 23 | 21 | 1F | 164 | 1C | 38 |
| Octal | 257 | 161 | 165 | 0 | 43 | 41 | 37 | 544 | 34 | 70 |
| Binary | 10101111 | 1110001 | 1110101 | 0 | 100011 | 100001 | 11111 | 101100100 | 11100 | 111000 |
Color Harmonies of #AF7175
Complementary color
Monochromatic Colors of #AF7175
Black with #AF7175
Text Example
Text Example
White with #AF7175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7175; }
p { color: rgb(175,113,117); }
H1.HeaderClassName
{
color: #AF7175;
}
.AnyTagClassName
{
color: #AF7175;
}
</style>
background-color css
<style>
a { background-color: #AF7175; }
a { background-color: rgb(175,113,117); }
div.DivClassName
{
background-color: #AF7175;
}
.BgClassName
{
background-color: #AF7175;
}
</style>
border-color css
<style>
span { border-color: #AF7175; }
span { border-color: rgb(175,113,117); }
td.TdClassName
{
border-color: #AF7175;
}
.TagClassName
{
border-color: #AF7175;
}
</style>