Shades of Turkish Rose #AF6468
Tints of Turkish Rose #AF6468
RGB
CMYK
RGB Variations
Color information
#AF6468 (or 0xAF6468) is known color: Turkish Rose. HEX triplet: AF, 64 and 68. RGB value is (175,100,104). Sum of RGB (Red+Green+Blue) = 175+100+104=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6468 is #509B97. Grayscale: #7A7A7A. Windows color (decimal): -5282712 or 6841519. OLE color: 6841519.
HSL color Cylindrical-coordinate representation of color #AF6468: hue angle of 356.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF6468 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 104 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.31 |
| HSL | 356.8º | 0.32% | 0.54% | - |
| HSV(B) | 356.8º | 0.43% | 0.69% | - |
| XYZ | 24.74 | 19.23 | 15.5 | - |
| YUV | 122.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 104 | 0 | 0.43 | 0.41 | 0.31 | 356.8 | 0.32 | 0.54 |
| Hex | AF | 64 | 68 | 0 | 2B | 29 | 1F | 165 | 20 | 36 |
| Octal | 257 | 144 | 150 | 0 | 53 | 51 | 37 | 545 | 40 | 66 |
| Binary | 10101111 | 1100100 | 1101000 | 0 | 101011 | 101001 | 11111 | 101100101 | 100000 | 110110 |
Color Harmonies of #AF6468
Complementary color
Monochromatic Colors of #AF6468
Black with #AF6468
Text Example
Text Example
White with #AF6468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6468; }
p { color: rgb(175,100,104); }
H1.HeaderClassName
{
color: #AF6468;
}
.AnyTagClassName
{
color: #AF6468;
}
</style>
background-color css
<style>
a { background-color: #AF6468; }
a { background-color: rgb(175,100,104); }
div.DivClassName
{
background-color: #AF6468;
}
.BgClassName
{
background-color: #AF6468;
}
</style>
border-color css
<style>
span { border-color: #AF6468; }
span { border-color: rgb(175,100,104); }
td.TdClassName
{
border-color: #AF6468;
}
.TagClassName
{
border-color: #AF6468;
}
</style>