Shades of Turkish Rose #AF7377
Tints of Turkish Rose #AF7377
RGB
CMYK
RGB Variations
Color information
#AF7377 (or 0xAF7377) is known color: Turkish Rose. HEX triplet: AF, 73 and 77. RGB value is (175,115,119). Sum of RGB (Red+Green+Blue) = 175+115+119=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7377 is #508C88. Grayscale: #858585. Windows color (decimal): -5278857 or 7828399. OLE color: 7828399.
HSL color Cylindrical-coordinate representation of color #AF7377: hue angle of 356º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7377 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 119 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.31 |
| HSL | 356º | 0.27% | 0.57% | - |
| HSV(B) | 356º | 0.34% | 0.69% | - |
| XYZ | 27.14 | 22.71 | 20.41 | - |
| YUV | 133.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 119 | 0 | 0.34 | 0.32 | 0.31 | 356 | 0.27 | 0.57 |
| Hex | AF | 73 | 77 | 0 | 22 | 20 | 1F | 164 | 1B | 39 |
| Octal | 257 | 163 | 167 | 0 | 42 | 40 | 37 | 544 | 33 | 71 |
| Binary | 10101111 | 1110011 | 1110111 | 0 | 100010 | 100000 | 11111 | 101100100 | 11011 | 111001 |
Color Harmonies of #AF7377
Complementary color
Monochromatic Colors of #AF7377
Black with #AF7377
Text Example
Text Example
White with #AF7377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7377; }
p { color: rgb(175,115,119); }
H1.HeaderClassName
{
color: #AF7377;
}
.AnyTagClassName
{
color: #AF7377;
}
</style>
background-color css
<style>
a { background-color: #AF7377; }
a { background-color: rgb(175,115,119); }
div.DivClassName
{
background-color: #AF7377;
}
.BgClassName
{
background-color: #AF7377;
}
</style>
border-color css
<style>
span { border-color: #AF7377; }
span { border-color: rgb(175,115,119); }
td.TdClassName
{
border-color: #AF7377;
}
.TagClassName
{
border-color: #AF7377;
}
</style>