Shades of Turkish Rose #A8656F
Tints of Turkish Rose #A8656F
RGB
CMYK
RGB Variations
Color information
#A8656F (or 0xA8656F) is known color: Turkish Rose. HEX triplet: A8, 65 and 6F. RGB value is (168,101,111). Sum of RGB (Red+Green+Blue) = 168+101+111=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8656F is #579A90. Grayscale: #7A7A7A. Windows color (decimal): -5741201 or 7300520. OLE color: 7300520.
HSL color Cylindrical-coordinate representation of color #A8656F: hue angle of 351.04º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8656F is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 111 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.34 |
| HSL | 351.04º | 0.28% | 0.53% | - |
| HSV(B) | 351.04º | 0.4% | 0.66% | - |
| XYZ | 23.67 | 18.78 | 17.42 | - |
| YUV | 122.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 111 | 0 | 0.40 | 0.34 | 0.34 | 351.04 | 0.28 | 0.53 |
| Hex | A8 | 65 | 6F | 0 | 28 | 22 | 22 | 15F | 1C | 35 |
| Octal | 250 | 145 | 157 | 0 | 50 | 42 | 42 | 537 | 34 | 65 |
| Binary | 10101000 | 1100101 | 1101111 | 0 | 101000 | 100010 | 100010 | 101011111 | 11100 | 110101 |
Color Harmonies of #A8656F
Complementary color
Monochromatic Colors of #A8656F
Black with #A8656F
Text Example
Text Example
White with #A8656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8656F; }
p { color: rgb(168,101,111); }
H1.HeaderClassName
{
color: #A8656F;
}
.AnyTagClassName
{
color: #A8656F;
}
</style>
background-color css
<style>
a { background-color: #A8656F; }
a { background-color: rgb(168,101,111); }
div.DivClassName
{
background-color: #A8656F;
}
.BgClassName
{
background-color: #A8656F;
}
</style>
border-color css
<style>
span { border-color: #A8656F; }
span { border-color: rgb(168,101,111); }
td.TdClassName
{
border-color: #A8656F;
}
.TagClassName
{
border-color: #A8656F;
}
</style>