Shades of Turkish Rose #AF6667
Tints of Turkish Rose #AF6667
RGB
CMYK
RGB Variations
Color information
#AF6667 (or 0xAF6667) is known color: Turkish Rose. HEX triplet: AF, 66 and 67. RGB value is (175,102,103). Sum of RGB (Red+Green+Blue) = 175+102+103=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6667 is #509998. Grayscale: #7C7C7C. Windows color (decimal): -5282201 or 6776495. OLE color: 6776495.
HSL color Cylindrical-coordinate representation of color #AF6667: hue angle of 359.18º 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 #AF6667 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 103 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.31 |
| HSL | 359.18º | 0.31% | 0.54% | - |
| HSV(B) | 359.18º | 0.42% | 0.69% | - |
| XYZ | 24.88 | 19.6 | 15.3 | - |
| YUV | 123.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 103 | 0 | 0.42 | 0.41 | 0.31 | 359.18 | 0.31 | 0.54 |
| Hex | AF | 66 | 67 | 0 | 2A | 29 | 1F | 167 | 1F | 36 |
| Octal | 257 | 146 | 147 | 0 | 52 | 51 | 37 | 547 | 37 | 66 |
| Binary | 10101111 | 1100110 | 1100111 | 0 | 101010 | 101001 | 11111 | 101100111 | 11111 | 110110 |
Color Harmonies of #AF6667
Complementary color
Monochromatic Colors of #AF6667
Black with #AF6667
Text Example
Text Example
White with #AF6667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6667; }
p { color: rgb(175,102,103); }
H1.HeaderClassName
{
color: #AF6667;
}
.AnyTagClassName
{
color: #AF6667;
}
</style>
background-color css
<style>
a { background-color: #AF6667; }
a { background-color: rgb(175,102,103); }
div.DivClassName
{
background-color: #AF6667;
}
.BgClassName
{
background-color: #AF6667;
}
</style>
border-color css
<style>
span { border-color: #AF6667; }
span { border-color: rgb(175,102,103); }
td.TdClassName
{
border-color: #AF6667;
}
.TagClassName
{
border-color: #AF6667;
}
</style>