Shades of Turkish Rose #AF7379
Tints of Turkish Rose #AF7379
RGB
CMYK
RGB Variations
Color information
#AF7379 (or 0xAF7379) is known color: Turkish Rose. HEX triplet: AF, 73 and 79. RGB value is (175,115,121). Sum of RGB (Red+Green+Blue) = 175+115+121=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7379 is #508C86. Grayscale: #858585. Windows color (decimal): -5278855 or 7959471. OLE color: 7959471.
HSL color Cylindrical-coordinate representation of color #AF7379: hue angle of 354º 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 #AF7379 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 121 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.31 |
| HSL | 354º | 0.27% | 0.57% | - |
| HSV(B) | 354º | 0.34% | 0.69% | - |
| XYZ | 27.26 | 22.76 | 21.04 | - |
| YUV | 133.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 121 | 0 | 0.34 | 0.31 | 0.31 | 354 | 0.27 | 0.57 |
| Hex | AF | 73 | 79 | 0 | 22 | 1F | 1F | 162 | 1B | 39 |
| Octal | 257 | 163 | 171 | 0 | 42 | 37 | 37 | 542 | 33 | 71 |
| Binary | 10101111 | 1110011 | 1111001 | 0 | 100010 | 11111 | 11111 | 101100010 | 11011 | 111001 |
Color Harmonies of #AF7379
Complementary color
Monochromatic Colors of #AF7379
Black with #AF7379
Text Example
Text Example
White with #AF7379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7379; }
p { color: rgb(175,115,121); }
H1.HeaderClassName
{
color: #AF7379;
}
.AnyTagClassName
{
color: #AF7379;
}
</style>
background-color css
<style>
a { background-color: #AF7379; }
a { background-color: rgb(175,115,121); }
div.DivClassName
{
background-color: #AF7379;
}
.BgClassName
{
background-color: #AF7379;
}
</style>
border-color css
<style>
span { border-color: #AF7379; }
span { border-color: rgb(175,115,121); }
td.TdClassName
{
border-color: #AF7379;
}
.TagClassName
{
border-color: #AF7379;
}
</style>