Shades of Turkish Rose #AF777D
Tints of Turkish Rose #AF777D
RGB
CMYK
RGB Variations
Color information
#AF777D (or 0xAF777D) is known color: Turkish Rose. HEX triplet: AF, 77 and 7D. RGB value is (175,119,125). Sum of RGB (Red+Green+Blue) = 175+119+125=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF777D is #508882. Grayscale: #888888. Windows color (decimal): -5277827 or 8222639. OLE color: 8222639.
HSL color Cylindrical-coordinate representation of color #AF777D: hue angle of 353.57º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF777D is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 125 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.31 |
| HSL | 353.57º | 0.26% | 0.58% | - |
| HSV(B) | 353.57º | 0.32% | 0.69% | - |
| XYZ | 27.98 | 23.79 | 22.52 | - |
| YUV | 136.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 125 | 0 | 0.32 | 0.29 | 0.31 | 353.57 | 0.26 | 0.58 |
| Hex | AF | 77 | 7D | 0 | 20 | 1D | 1F | 162 | 1A | 3A |
| Octal | 257 | 167 | 175 | 0 | 40 | 35 | 37 | 542 | 32 | 72 |
| Binary | 10101111 | 1110111 | 1111101 | 0 | 100000 | 11101 | 11111 | 101100010 | 11010 | 111010 |
Color Harmonies of #AF777D
Complementary color
Monochromatic Colors of #AF777D
Black with #AF777D
Text Example
Text Example
White with #AF777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF777D; }
p { color: rgb(175,119,125); }
H1.HeaderClassName
{
color: #AF777D;
}
.AnyTagClassName
{
color: #AF777D;
}
</style>
background-color css
<style>
a { background-color: #AF777D; }
a { background-color: rgb(175,119,125); }
div.DivClassName
{
background-color: #AF777D;
}
.BgClassName
{
background-color: #AF777D;
}
</style>
border-color css
<style>
span { border-color: #AF777D; }
span { border-color: rgb(175,119,125); }
td.TdClassName
{
border-color: #AF777D;
}
.TagClassName
{
border-color: #AF777D;
}
</style>