Shades of Turkish Rose #A06B71
Tints of Turkish Rose #A06B71
RGB
CMYK
RGB Variations
Color information
#A06B71 (or 0xA06B71) is known color: Turkish Rose. HEX triplet: A0, 6B and 71. RGB value is (160,107,113). Sum of RGB (Red+Green+Blue) = 160+107+113=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06B71 is #5F948E. Grayscale: #7B7B7B. Windows color (decimal): -6263951 or 7433120. OLE color: 7433120.
HSL color Cylindrical-coordinate representation of color #A06B71: hue angle of 353.21º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A06B71 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 107 | 113 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.37 |
| HSL | 353.21º | 0.22% | 0.52% | - |
| HSV(B) | 353.21º | 0.33% | 0.63% | - |
| XYZ | 22.74 | 19.18 | 18.13 | - |
| YUV | 123.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 113 | 0 | 0.33 | 0.29 | 0.37 | 353.21 | 0.22 | 0.52 |
| Hex | A0 | 6B | 71 | 0 | 21 | 1D | 25 | 161 | 16 | 34 |
| Octal | 240 | 153 | 161 | 0 | 41 | 35 | 45 | 541 | 26 | 64 |
| Binary | 10100000 | 1101011 | 1110001 | 0 | 100001 | 11101 | 100101 | 101100001 | 10110 | 110100 |
Color Harmonies of #A06B71
Complementary color
Monochromatic Colors of #A06B71
Black with #A06B71
Text Example
Text Example
White with #A06B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06B71; }
p { color: rgb(160,107,113); }
H1.HeaderClassName
{
color: #A06B71;
}
.AnyTagClassName
{
color: #A06B71;
}
</style>
background-color css
<style>
a { background-color: #A06B71; }
a { background-color: rgb(160,107,113); }
div.DivClassName
{
background-color: #A06B71;
}
.BgClassName
{
background-color: #A06B71;
}
</style>
border-color css
<style>
span { border-color: #A06B71; }
span { border-color: rgb(160,107,113); }
td.TdClassName
{
border-color: #A06B71;
}
.TagClassName
{
border-color: #A06B71;
}
</style>