Shades of Turkish Rose #AF757B
Tints of Turkish Rose #AF757B
RGB
CMYK
RGB Variations
Color information
#AF757B (or 0xAF757B) is known color: Turkish Rose. HEX triplet: AF, 75 and 7B. RGB value is (175,117,123). Sum of RGB (Red+Green+Blue) = 175+117+123=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF757B is #508A84. Grayscale: #878787. Windows color (decimal): -5278341 or 8091055. OLE color: 8091055.
HSL color Cylindrical-coordinate representation of color #AF757B: hue angle of 353.79º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF757B is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 117 | 123 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.31 |
| HSL | 353.79º | 0.27% | 0.57% | - |
| HSV(B) | 353.79º | 0.33% | 0.69% | - |
| XYZ | 27.62 | 23.27 | 21.77 | - |
| YUV | 135.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 123 | 0 | 0.33 | 0.30 | 0.31 | 353.79 | 0.27 | 0.57 |
| Hex | AF | 75 | 7B | 0 | 21 | 1E | 1F | 162 | 1B | 39 |
| Octal | 257 | 165 | 173 | 0 | 41 | 36 | 37 | 542 | 33 | 71 |
| Binary | 10101111 | 1110101 | 1111011 | 0 | 100001 | 11110 | 11111 | 101100010 | 11011 | 111001 |
Color Harmonies of #AF757B
Complementary color
Monochromatic Colors of #AF757B
Black with #AF757B
Text Example
Text Example
White with #AF757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF757B; }
p { color: rgb(175,117,123); }
H1.HeaderClassName
{
color: #AF757B;
}
.AnyTagClassName
{
color: #AF757B;
}
</style>
background-color css
<style>
a { background-color: #AF757B; }
a { background-color: rgb(175,117,123); }
div.DivClassName
{
background-color: #AF757B;
}
.BgClassName
{
background-color: #AF757B;
}
</style>
border-color css
<style>
span { border-color: #AF757B; }
span { border-color: rgb(175,117,123); }
td.TdClassName
{
border-color: #AF757B;
}
.TagClassName
{
border-color: #AF757B;
}
</style>