Shades of Turkish Rose #AF6769
Tints of Turkish Rose #AF6769
RGB
CMYK
RGB Variations
Color information
#AF6769 (or 0xAF6769) is known color: Turkish Rose. HEX triplet: AF, 67 and 69. RGB value is (175,103,105). Sum of RGB (Red+Green+Blue) = 175+103+105=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6769 is #509896. Grayscale: #7C7C7C. Windows color (decimal): -5281943 or 6907823. OLE color: 6907823.
HSL color Cylindrical-coordinate representation of color #AF6769: hue angle of 358.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6769 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 105 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.31 |
| HSL | 358.33º | 0.31% | 0.55% | - |
| HSV(B) | 358.33º | 0.41% | 0.69% | - |
| XYZ | 25.08 | 19.83 | 15.87 | - |
| YUV | 124.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 105 | 0 | 0.41 | 0.40 | 0.31 | 358.33 | 0.31 | 0.55 |
| Hex | AF | 67 | 69 | 0 | 29 | 28 | 1F | 166 | 1F | 37 |
| Octal | 257 | 147 | 151 | 0 | 51 | 50 | 37 | 546 | 37 | 67 |
| Binary | 10101111 | 1100111 | 1101001 | 0 | 101001 | 101000 | 11111 | 101100110 | 11111 | 110111 |
Color Harmonies of #AF6769
Complementary color
Monochromatic Colors of #AF6769
Black with #AF6769
Text Example
Text Example
White with #AF6769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6769; }
p { color: rgb(175,103,105); }
H1.HeaderClassName
{
color: #AF6769;
}
.AnyTagClassName
{
color: #AF6769;
}
</style>
background-color css
<style>
a { background-color: #AF6769; }
a { background-color: rgb(175,103,105); }
div.DivClassName
{
background-color: #AF6769;
}
.BgClassName
{
background-color: #AF6769;
}
</style>
border-color css
<style>
span { border-color: #AF6769; }
span { border-color: rgb(175,103,105); }
td.TdClassName
{
border-color: #AF6769;
}
.TagClassName
{
border-color: #AF6769;
}
</style>