Shades of Turkish Rose #AF6C6F
Tints of Turkish Rose #AF6C6F
RGB
CMYK
RGB Variations
Color information
#AF6C6F (or 0xAF6C6F) is known color: Turkish Rose. HEX triplet: AF, 6C and 6F. RGB value is (175,108,111). Sum of RGB (Red+Green+Blue) = 175+108+111=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C6F is #509390. Grayscale: #808080. Windows color (decimal): -5280657 or 7302319. OLE color: 7302319.
HSL color Cylindrical-coordinate representation of color #AF6C6F: hue angle of 357.31º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6C6F is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 111 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.31 |
| HSL | 357.31º | 0.3% | 0.55% | - |
| HSV(B) | 357.31º | 0.38% | 0.69% | - |
| XYZ | 25.91 | 20.99 | 17.72 | - |
| YUV | 128.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 111 | 0 | 0.38 | 0.37 | 0.31 | 357.31 | 0.3 | 0.55 |
| Hex | AF | 6C | 6F | 0 | 26 | 25 | 1F | 165 | 1E | 37 |
| Octal | 257 | 154 | 157 | 0 | 46 | 45 | 37 | 545 | 36 | 67 |
| Binary | 10101111 | 1101100 | 1101111 | 0 | 100110 | 100101 | 11111 | 101100101 | 11110 | 110111 |
Color Harmonies of #AF6C6F
Complementary color
Monochromatic Colors of #AF6C6F
Black with #AF6C6F
Text Example
Text Example
White with #AF6C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C6F; }
p { color: rgb(175,108,111); }
H1.HeaderClassName
{
color: #AF6C6F;
}
.AnyTagClassName
{
color: #AF6C6F;
}
</style>
background-color css
<style>
a { background-color: #AF6C6F; }
a { background-color: rgb(175,108,111); }
div.DivClassName
{
background-color: #AF6C6F;
}
.BgClassName
{
background-color: #AF6C6F;
}
</style>
border-color css
<style>
span { border-color: #AF6C6F; }
span { border-color: rgb(175,108,111); }
td.TdClassName
{
border-color: #AF6C6F;
}
.TagClassName
{
border-color: #AF6C6F;
}
</style>