Shades of Turkish Rose #AF6669
Tints of Turkish Rose #AF6669
RGB
CMYK
RGB Variations
Color information
#AF6669 (or 0xAF6669) is known color: Turkish Rose. HEX triplet: AF, 66 and 69. RGB value is (175,102,105). Sum of RGB (Red+Green+Blue) = 175+102+105=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6669 is #509996. Grayscale: #7C7C7C. Windows color (decimal): -5282199 or 6907567. OLE color: 6907567.
HSL color Cylindrical-coordinate representation of color #AF6669: hue angle of 357.53º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6669 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 105 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.31 |
| HSL | 357.53º | 0.31% | 0.54% | - |
| HSV(B) | 357.53º | 0.42% | 0.69% | - |
| XYZ | 24.98 | 19.64 | 15.84 | - |
| YUV | 124.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 105 | 0 | 0.42 | 0.40 | 0.31 | 357.53 | 0.31 | 0.54 |
| Hex | AF | 66 | 69 | 0 | 2A | 28 | 1F | 166 | 1F | 36 |
| Octal | 257 | 146 | 151 | 0 | 52 | 50 | 37 | 546 | 37 | 66 |
| Binary | 10101111 | 1100110 | 1101001 | 0 | 101010 | 101000 | 11111 | 101100110 | 11111 | 110110 |
Color Harmonies of #AF6669
Complementary color
Monochromatic Colors of #AF6669
Black with #AF6669
Text Example
Text Example
White with #AF6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6669; }
p { color: rgb(175,102,105); }
H1.HeaderClassName
{
color: #AF6669;
}
.AnyTagClassName
{
color: #AF6669;
}
</style>
background-color css
<style>
a { background-color: #AF6669; }
a { background-color: rgb(175,102,105); }
div.DivClassName
{
background-color: #AF6669;
}
.BgClassName
{
background-color: #AF6669;
}
</style>
border-color css
<style>
span { border-color: #AF6669; }
span { border-color: rgb(175,102,105); }
td.TdClassName
{
border-color: #AF6669;
}
.TagClassName
{
border-color: #AF6669;
}
</style>