Shades of Turkish Rose #AF787D
Tints of Turkish Rose #AF787D
RGB
CMYK
RGB Variations
Color information
#AF787D (or 0xAF787D) is known color: Turkish Rose. HEX triplet: AF, 78 and 7D. RGB value is (175,120,125). Sum of RGB (Red+Green+Blue) = 175+120+125=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF787D is #508782. Grayscale: #898989. Windows color (decimal): -5277571 or 8222895. OLE color: 8222895.
HSL color Cylindrical-coordinate representation of color #AF787D: hue angle of 354.55º degrees, saturation: 0.26, 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 #AF787D is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 125 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.31 |
| HSL | 354.55º | 0.26% | 0.58% | - |
| HSV(B) | 354.55º | 0.31% | 0.69% | - |
| XYZ | 28.1 | 24.03 | 22.56 | - |
| YUV | 137.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 125 | 0 | 0.31 | 0.29 | 0.31 | 354.55 | 0.26 | 0.58 |
| Hex | AF | 78 | 7D | 0 | 1F | 1D | 1F | 163 | 1A | 3A |
| Octal | 257 | 170 | 175 | 0 | 37 | 35 | 37 | 543 | 32 | 72 |
| Binary | 10101111 | 1111000 | 1111101 | 0 | 11111 | 11101 | 11111 | 101100011 | 11010 | 111010 |
Color Harmonies of #AF787D
Complementary color
Monochromatic Colors of #AF787D
Black with #AF787D
Text Example
Text Example
White with #AF787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF787D; }
p { color: rgb(175,120,125); }
H1.HeaderClassName
{
color: #AF787D;
}
.AnyTagClassName
{
color: #AF787D;
}
</style>
background-color css
<style>
a { background-color: #AF787D; }
a { background-color: rgb(175,120,125); }
div.DivClassName
{
background-color: #AF787D;
}
.BgClassName
{
background-color: #AF787D;
}
</style>
border-color css
<style>
span { border-color: #AF787D; }
span { border-color: rgb(175,120,125); }
td.TdClassName
{
border-color: #AF787D;
}
.TagClassName
{
border-color: #AF787D;
}
</style>