Shades of Turkish Rose #AF8586
Tints of Turkish Rose #AF8586
RGB
CMYK
RGB Variations
Color information
#AF8586 (or 0xAF8586) is known color: Turkish Rose. HEX triplet: AF, 85 and 86. RGB value is (175,133,134). Sum of RGB (Red+Green+Blue) = 175+133+134=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8586 is #507A79. Grayscale: #919191. Windows color (decimal): -5274234 or 8816047. OLE color: 8816047.
HSL color Cylindrical-coordinate representation of color #AF8586: hue angle of 358.57º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF8586 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 134 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.31 |
| HSL | 358.57º | 0.21% | 0.6% | - |
| HSV(B) | 358.57º | 0.24% | 0.69% | - |
| XYZ | 30.37 | 27.61 | 26.28 | - |
| YUV | 145.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 134 | 0 | 0.24 | 0.23 | 0.31 | 358.57 | 0.21 | 0.6 |
| Hex | AF | 85 | 86 | 0 | 18 | 17 | 1F | 167 | 15 | 3C |
| Octal | 257 | 205 | 206 | 0 | 30 | 27 | 37 | 547 | 25 | 74 |
| Binary | 10101111 | 10000101 | 10000110 | 0 | 11000 | 10111 | 11111 | 101100111 | 10101 | 111100 |
Color Harmonies of #AF8586
Complementary color
Monochromatic Colors of #AF8586
Black with #AF8586
Text Example
Text Example
White with #AF8586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8586; }
p { color: rgb(175,133,134); }
H1.HeaderClassName
{
color: #AF8586;
}
.AnyTagClassName
{
color: #AF8586;
}
</style>
background-color css
<style>
a { background-color: #AF8586; }
a { background-color: rgb(175,133,134); }
div.DivClassName
{
background-color: #AF8586;
}
.BgClassName
{
background-color: #AF8586;
}
</style>
border-color css
<style>
span { border-color: #AF8586; }
span { border-color: rgb(175,133,134); }
td.TdClassName
{
border-color: #AF8586;
}
.TagClassName
{
border-color: #AF8586;
}
</style>