Shades of Turkish Rose #AF686A
Tints of Turkish Rose #AF686A
RGB
CMYK
RGB Variations
Color information
#AF686A (or 0xAF686A) is known color: Turkish Rose. HEX triplet: AF, 68 and 6A. RGB value is (175,104,106). Sum of RGB (Red+Green+Blue) = 175+104+106=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF686A is #509795. Grayscale: #7D7D7D. Windows color (decimal): -5281686 or 6973615. OLE color: 6973615.
HSL color Cylindrical-coordinate representation of color #AF686A: hue angle of 358.31º 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 #AF686A is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 106 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.31 |
| HSL | 358.31º | 0.31% | 0.55% | - |
| HSV(B) | 358.31º | 0.41% | 0.69% | - |
| XYZ | 25.23 | 20.06 | 16.18 | - |
| YUV | 125.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 106 | 0 | 0.41 | 0.39 | 0.31 | 358.31 | 0.31 | 0.55 |
| Hex | AF | 68 | 6A | 0 | 29 | 27 | 1F | 166 | 1F | 37 |
| Octal | 257 | 150 | 152 | 0 | 51 | 47 | 37 | 546 | 37 | 67 |
| Binary | 10101111 | 1101000 | 1101010 | 0 | 101001 | 100111 | 11111 | 101100110 | 11111 | 110111 |
Color Harmonies of #AF686A
Complementary color
Monochromatic Colors of #AF686A
Black with #AF686A
Text Example
Text Example
White with #AF686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF686A; }
p { color: rgb(175,104,106); }
H1.HeaderClassName
{
color: #AF686A;
}
.AnyTagClassName
{
color: #AF686A;
}
</style>
background-color css
<style>
a { background-color: #AF686A; }
a { background-color: rgb(175,104,106); }
div.DivClassName
{
background-color: #AF686A;
}
.BgClassName
{
background-color: #AF686A;
}
</style>
border-color css
<style>
span { border-color: #AF686A; }
span { border-color: rgb(175,104,106); }
td.TdClassName
{
border-color: #AF686A;
}
.TagClassName
{
border-color: #AF686A;
}
</style>