Shades of Turkish Rose #AF7477
Tints of Turkish Rose #AF7477
RGB
CMYK
RGB Variations
Color information
#AF7477 (or 0xAF7477) is known color: Turkish Rose. HEX triplet: AF, 74 and 77. RGB value is (175,116,119). Sum of RGB (Red+Green+Blue) = 175+116+119=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7477 is #508B88. Grayscale: #868686. Windows color (decimal): -5278601 or 7828655. OLE color: 7828655.
HSL color Cylindrical-coordinate representation of color #AF7477: hue angle of 356.95º 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 #AF7477 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 119 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.31 |
| HSL | 356.95º | 0.27% | 0.57% | - |
| HSV(B) | 356.95º | 0.34% | 0.69% | - |
| XYZ | 27.25 | 22.94 | 20.44 | - |
| YUV | 133.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 119 | 0 | 0.34 | 0.32 | 0.31 | 356.95 | 0.27 | 0.57 |
| Hex | AF | 74 | 77 | 0 | 22 | 20 | 1F | 165 | 1B | 39 |
| Octal | 257 | 164 | 167 | 0 | 42 | 40 | 37 | 545 | 33 | 71 |
| Binary | 10101111 | 1110100 | 1110111 | 0 | 100010 | 100000 | 11111 | 101100101 | 11011 | 111001 |
Color Harmonies of #AF7477
Complementary color
Monochromatic Colors of #AF7477
Black with #AF7477
Text Example
Text Example
White with #AF7477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7477; }
p { color: rgb(175,116,119); }
H1.HeaderClassName
{
color: #AF7477;
}
.AnyTagClassName
{
color: #AF7477;
}
</style>
background-color css
<style>
a { background-color: #AF7477; }
a { background-color: rgb(175,116,119); }
div.DivClassName
{
background-color: #AF7477;
}
.BgClassName
{
background-color: #AF7477;
}
</style>
border-color css
<style>
span { border-color: #AF7477; }
span { border-color: rgb(175,116,119); }
td.TdClassName
{
border-color: #AF7477;
}
.TagClassName
{
border-color: #AF7477;
}
</style>