Shades of Turkish Rose #AF6B76
Tints of Turkish Rose #AF6B76
RGB
CMYK
RGB Variations
Color information
#AF6B76 (or 0xAF6B76) is known color: Turkish Rose. HEX triplet: AF, 6B and 76. RGB value is (175,107,118). Sum of RGB (Red+Green+Blue) = 175+107+118=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B76 is #509489. Grayscale: #808080. Windows color (decimal): -5280906 or 7760815. OLE color: 7760815.
HSL color Cylindrical-coordinate representation of color #AF6B76: hue angle of 350.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6B76 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 118 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.31 |
| HSL | 350.29º | 0.3% | 0.55% | - |
| HSV(B) | 350.29º | 0.39% | 0.69% | - |
| XYZ | 26.21 | 20.94 | 19.8 | - |
| YUV | 128.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 118 | 0 | 0.39 | 0.33 | 0.31 | 350.29 | 0.3 | 0.55 |
| Hex | AF | 6B | 76 | 0 | 27 | 21 | 1F | 15E | 1E | 37 |
| Octal | 257 | 153 | 166 | 0 | 47 | 41 | 37 | 536 | 36 | 67 |
| Binary | 10101111 | 1101011 | 1110110 | 0 | 100111 | 100001 | 11111 | 101011110 | 11110 | 110111 |
Color Harmonies of #AF6B76
Complementary color
Monochromatic Colors of #AF6B76
Black with #AF6B76
Text Example
Text Example
White with #AF6B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6B76; }
p { color: rgb(175,107,118); }
H1.HeaderClassName
{
color: #AF6B76;
}
.AnyTagClassName
{
color: #AF6B76;
}
</style>
background-color css
<style>
a { background-color: #AF6B76; }
a { background-color: rgb(175,107,118); }
div.DivClassName
{
background-color: #AF6B76;
}
.BgClassName
{
background-color: #AF6B76;
}
</style>
border-color css
<style>
span { border-color: #AF6B76; }
span { border-color: rgb(175,107,118); }
td.TdClassName
{
border-color: #AF6B76;
}
.TagClassName
{
border-color: #AF6B76;
}
</style>