Shades of Turkish Rose #AF6677
Tints of Turkish Rose #AF6677
RGB
CMYK
RGB Variations
Color information
#AF6677 (or 0xAF6677) is known color: Turkish Rose. HEX triplet: AF, 66 and 77. RGB value is (175,102,119). Sum of RGB (Red+Green+Blue) = 175+102+119=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6677 is #509988. Grayscale: #7D7D7D. Windows color (decimal): -5282185 or 7825071. OLE color: 7825071.
HSL color Cylindrical-coordinate representation of color #AF6677: hue angle of 346.03º 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 #AF6677 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 119 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.31 |
| HSL | 346.03º | 0.31% | 0.54% | - |
| HSV(B) | 346.03º | 0.42% | 0.69% | - |
| XYZ | 25.76 | 19.95 | 19.95 | - |
| YUV | 125.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 119 | 0 | 0.42 | 0.32 | 0.31 | 346.03 | 0.31 | 0.54 |
| Hex | AF | 66 | 77 | 0 | 2A | 20 | 1F | 15A | 1F | 36 |
| Octal | 257 | 146 | 167 | 0 | 52 | 40 | 37 | 532 | 37 | 66 |
| Binary | 10101111 | 1100110 | 1110111 | 0 | 101010 | 100000 | 11111 | 101011010 | 11111 | 110110 |
Color Harmonies of #AF6677
Complementary color
Monochromatic Colors of #AF6677
Black with #AF6677
Text Example
Text Example
White with #AF6677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6677; }
p { color: rgb(175,102,119); }
H1.HeaderClassName
{
color: #AF6677;
}
.AnyTagClassName
{
color: #AF6677;
}
</style>
background-color css
<style>
a { background-color: #AF6677; }
a { background-color: rgb(175,102,119); }
div.DivClassName
{
background-color: #AF6677;
}
.BgClassName
{
background-color: #AF6677;
}
</style>
border-color css
<style>
span { border-color: #AF6677; }
span { border-color: rgb(175,102,119); }
td.TdClassName
{
border-color: #AF6677;
}
.TagClassName
{
border-color: #AF6677;
}
</style>