Shades of Turkish Rose #AF6075
Tints of Turkish Rose #AF6075
RGB
CMYK
RGB Variations
Color information
#AF6075 (or 0xAF6075) is known color: Turkish Rose. HEX triplet: AF, 60 and 75. RGB value is (175,96,117). Sum of RGB (Red+Green+Blue) = 175+96+117=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6075 is #509F8A. Grayscale: #7A7A7A. Windows color (decimal): -5283723 or 7692463. OLE color: 7692463.
HSL color Cylindrical-coordinate representation of color #AF6075: hue angle of 344.05º 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 #AF6075 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 117 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.31 |
| HSL | 344.05º | 0.33% | 0.53% | - |
| HSV(B) | 344.05º | 0.45% | 0.69% | - |
| XYZ | 25.07 | 18.76 | 19.13 | - |
| YUV | 122.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 117 | 0 | 0.45 | 0.33 | 0.31 | 344.05 | 0.33 | 0.53 |
| Hex | AF | 60 | 75 | 0 | 2D | 21 | 1F | 158 | 21 | 35 |
| Octal | 257 | 140 | 165 | 0 | 55 | 41 | 37 | 530 | 41 | 65 |
| Binary | 10101111 | 1100000 | 1110101 | 0 | 101101 | 100001 | 11111 | 101011000 | 100001 | 110101 |
Color Harmonies of #AF6075
Complementary color
Monochromatic Colors of #AF6075
Black with #AF6075
Text Example
Text Example
White with #AF6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6075; }
p { color: rgb(175,96,117); }
H1.HeaderClassName
{
color: #AF6075;
}
.AnyTagClassName
{
color: #AF6075;
}
</style>
background-color css
<style>
a { background-color: #AF6075; }
a { background-color: rgb(175,96,117); }
div.DivClassName
{
background-color: #AF6075;
}
.BgClassName
{
background-color: #AF6075;
}
</style>
border-color css
<style>
span { border-color: #AF6075; }
span { border-color: rgb(175,96,117); }
td.TdClassName
{
border-color: #AF6075;
}
.TagClassName
{
border-color: #AF6075;
}
</style>