Shades of Turkish Rose #AF797C
Tints of Turkish Rose #AF797C
RGB
CMYK
RGB Variations
Color information
#AF797C (or 0xAF797C) is known color: Turkish Rose. HEX triplet: AF, 79 and 7C. RGB value is (175,121,124). Sum of RGB (Red+Green+Blue) = 175+121+124=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF797C is #508683. Grayscale: #898989. Windows color (decimal): -5277316 or 8157615. OLE color: 8157615.
HSL color Cylindrical-coordinate representation of color #AF797C: hue angle of 356.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF797C is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 124 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.31 |
| HSL | 356.67º | 0.25% | 0.58% | - |
| HSV(B) | 356.67º | 0.31% | 0.69% | - |
| XYZ | 28.15 | 24.24 | 22.26 | - |
| YUV | 137.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 124 | 0 | 0.31 | 0.29 | 0.31 | 356.67 | 0.25 | 0.58 |
| Hex | AF | 79 | 7C | 0 | 1F | 1D | 1F | 165 | 19 | 3A |
| Octal | 257 | 171 | 174 | 0 | 37 | 35 | 37 | 545 | 31 | 72 |
| Binary | 10101111 | 1111001 | 1111100 | 0 | 11111 | 11101 | 11111 | 101100101 | 11001 | 111010 |
Color Harmonies of #AF797C
Complementary color
Monochromatic Colors of #AF797C
Black with #AF797C
Text Example
Text Example
White with #AF797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF797C; }
p { color: rgb(175,121,124); }
H1.HeaderClassName
{
color: #AF797C;
}
.AnyTagClassName
{
color: #AF797C;
}
</style>
background-color css
<style>
a { background-color: #AF797C; }
a { background-color: rgb(175,121,124); }
div.DivClassName
{
background-color: #AF797C;
}
.BgClassName
{
background-color: #AF797C;
}
</style>
border-color css
<style>
span { border-color: #AF797C; }
span { border-color: rgb(175,121,124); }
td.TdClassName
{
border-color: #AF797C;
}
.TagClassName
{
border-color: #AF797C;
}
</style>