Shades of Turkish Rose #AF6C74
Tints of Turkish Rose #AF6C74
RGB
CMYK
RGB Variations
Color information
#AF6C74 (or 0xAF6C74) is known color: Turkish Rose. HEX triplet: AF, 6C and 74. RGB value is (175,108,116). Sum of RGB (Red+Green+Blue) = 175+108+116=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C74 is #50938B. Grayscale: #808080. Windows color (decimal): -5280652 or 7629999. OLE color: 7629999.
HSL color Cylindrical-coordinate representation of color #AF6C74: hue angle of 352.84º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6C74 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 116 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.31 |
| HSL | 352.84º | 0.3% | 0.55% | - |
| HSV(B) | 352.84º | 0.38% | 0.69% | - |
| XYZ | 26.19 | 21.1 | 19.22 | - |
| YUV | 128.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 116 | 0 | 0.38 | 0.34 | 0.31 | 352.84 | 0.3 | 0.55 |
| Hex | AF | 6C | 74 | 0 | 26 | 22 | 1F | 161 | 1E | 37 |
| Octal | 257 | 154 | 164 | 0 | 46 | 42 | 37 | 541 | 36 | 67 |
| Binary | 10101111 | 1101100 | 1110100 | 0 | 100110 | 100010 | 11111 | 101100001 | 11110 | 110111 |
Color Harmonies of #AF6C74
Complementary color
Monochromatic Colors of #AF6C74
Black with #AF6C74
Text Example
Text Example
White with #AF6C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C74; }
p { color: rgb(175,108,116); }
H1.HeaderClassName
{
color: #AF6C74;
}
.AnyTagClassName
{
color: #AF6C74;
}
</style>
background-color css
<style>
a { background-color: #AF6C74; }
a { background-color: rgb(175,108,116); }
div.DivClassName
{
background-color: #AF6C74;
}
.BgClassName
{
background-color: #AF6C74;
}
</style>
border-color css
<style>
span { border-color: #AF6C74; }
span { border-color: rgb(175,108,116); }
td.TdClassName
{
border-color: #AF6C74;
}
.TagClassName
{
border-color: #AF6C74;
}
</style>