Shades of Turkish Rose #AF797D
Tints of Turkish Rose #AF797D
RGB
CMYK
RGB Variations
Color information
#AF797D (or 0xAF797D) is known color: Turkish Rose. HEX triplet: AF, 79 and 7D. RGB value is (175,121,125). Sum of RGB (Red+Green+Blue) = 175+121+125=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF797D is #508682. Grayscale: #898989. Windows color (decimal): -5277315 or 8223151. OLE color: 8223151.
HSL color Cylindrical-coordinate representation of color #AF797D: hue angle of 355.56º 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 #AF797D is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 125 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.31 |
| HSL | 355.56º | 0.25% | 0.58% | - |
| HSV(B) | 355.56º | 0.31% | 0.69% | - |
| XYZ | 28.22 | 24.27 | 22.6 | - |
| YUV | 137.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 125 | 0 | 0.31 | 0.29 | 0.31 | 355.56 | 0.25 | 0.58 |
| Hex | AF | 79 | 7D | 0 | 1F | 1D | 1F | 164 | 19 | 3A |
| Octal | 257 | 171 | 175 | 0 | 37 | 35 | 37 | 544 | 31 | 72 |
| Binary | 10101111 | 1111001 | 1111101 | 0 | 11111 | 11101 | 11111 | 101100100 | 11001 | 111010 |
Color Harmonies of #AF797D
Complementary color
Monochromatic Colors of #AF797D
Black with #AF797D
Text Example
Text Example
White with #AF797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF797D; }
p { color: rgb(175,121,125); }
H1.HeaderClassName
{
color: #AF797D;
}
.AnyTagClassName
{
color: #AF797D;
}
</style>
background-color css
<style>
a { background-color: #AF797D; }
a { background-color: rgb(175,121,125); }
div.DivClassName
{
background-color: #AF797D;
}
.BgClassName
{
background-color: #AF797D;
}
</style>
border-color css
<style>
span { border-color: #AF797D; }
span { border-color: rgb(175,121,125); }
td.TdClassName
{
border-color: #AF797D;
}
.TagClassName
{
border-color: #AF797D;
}
</style>